Uses of Class
com.google.maps.routing.v2.GeocodedWaypoint
-
Packages that use GeocodedWaypoint Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of GeocodedWaypoint in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return GeocodedWaypoint Modifier and Type Method Description GeocodedWaypointGeocodedWaypoint.Builder. build()GeocodedWaypointGeocodedWaypoint.Builder. buildPartial()static GeocodedWaypointGeocodedWaypoint. getDefaultInstance()GeocodedWaypointGeocodedWaypoint.Builder. getDefaultInstanceForType()GeocodedWaypointGeocodedWaypoint. getDefaultInstanceForType()GeocodedWaypointGeocodingResults.Builder. getDestination()Destination geocoded waypoint.GeocodedWaypointGeocodingResults. getDestination()Destination geocoded waypoint.GeocodedWaypointGeocodingResultsOrBuilder. getDestination()Destination geocoded waypoint.GeocodedWaypointGeocodingResults.Builder. getIntermediates(int index)A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.GeocodedWaypointGeocodingResults. getIntermediates(int index)A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.GeocodedWaypointGeocodingResultsOrBuilder. getIntermediates(int index)A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.GeocodedWaypointGeocodingResults.Builder. getOrigin()Origin geocoded waypoint.GeocodedWaypointGeocodingResults. getOrigin()Origin geocoded waypoint.GeocodedWaypointGeocodingResultsOrBuilder. getOrigin()Origin geocoded waypoint.static GeocodedWaypointGeocodedWaypoint. parseDelimitedFrom(InputStream input)static GeocodedWaypointGeocodedWaypoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodedWaypointGeocodedWaypoint. parseFrom(byte[] data)static GeocodedWaypointGeocodedWaypoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodedWaypointGeocodedWaypoint. parseFrom(com.google.protobuf.ByteString data)static GeocodedWaypointGeocodedWaypoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodedWaypointGeocodedWaypoint. parseFrom(com.google.protobuf.CodedInputStream input)static GeocodedWaypointGeocodedWaypoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodedWaypointGeocodedWaypoint. parseFrom(InputStream input)static GeocodedWaypointGeocodedWaypoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodedWaypointGeocodedWaypoint. parseFrom(ByteBuffer data)static GeocodedWaypointGeocodedWaypoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.routing.v2 that return types with arguments of type GeocodedWaypoint Modifier and Type Method Description List<GeocodedWaypoint>GeocodingResults.Builder. getIntermediatesList()A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.List<GeocodedWaypoint>GeocodingResults. getIntermediatesList()A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.List<GeocodedWaypoint>GeocodingResultsOrBuilder. getIntermediatesList()A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.com.google.protobuf.Parser<GeocodedWaypoint>GeocodedWaypoint. getParserForType()static com.google.protobuf.Parser<GeocodedWaypoint>GeocodedWaypoint. parser()Methods in com.google.maps.routing.v2 with parameters of type GeocodedWaypoint Modifier and Type Method Description GeocodingResults.BuilderGeocodingResults.Builder. addIntermediates(int index, GeocodedWaypoint value)A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.GeocodingResults.BuilderGeocodingResults.Builder. addIntermediates(GeocodedWaypoint value)A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.GeocodingResults.BuilderGeocodingResults.Builder. mergeDestination(GeocodedWaypoint value)Destination geocoded waypoint.GeocodedWaypoint.BuilderGeocodedWaypoint.Builder. mergeFrom(GeocodedWaypoint other)GeocodingResults.BuilderGeocodingResults.Builder. mergeOrigin(GeocodedWaypoint value)Origin geocoded waypoint.static GeocodedWaypoint.BuilderGeocodedWaypoint. newBuilder(GeocodedWaypoint prototype)GeocodingResults.BuilderGeocodingResults.Builder. setDestination(GeocodedWaypoint value)Destination geocoded waypoint.GeocodingResults.BuilderGeocodingResults.Builder. setIntermediates(int index, GeocodedWaypoint value)A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.GeocodingResults.BuilderGeocodingResults.Builder. setOrigin(GeocodedWaypoint value)Origin geocoded waypoint.Method parameters in com.google.maps.routing.v2 with type arguments of type GeocodedWaypoint Modifier and Type Method Description GeocodingResults.BuilderGeocodingResults.Builder. addAllIntermediates(Iterable<? extends GeocodedWaypoint> values)A list of intermediate geocoded waypoints each containing an index field that corresponds to the zero-based position of the waypoint in the order they were specified in the request.
-