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 GeocodedWaypoint
GeocodedWaypoint.Builder. build()
GeocodedWaypoint
GeocodedWaypoint.Builder. buildPartial()
static GeocodedWaypoint
GeocodedWaypoint. getDefaultInstance()
GeocodedWaypoint
GeocodedWaypoint.Builder. getDefaultInstanceForType()
GeocodedWaypoint
GeocodedWaypoint. getDefaultInstanceForType()
GeocodedWaypoint
GeocodingResults.Builder. getDestination()
Destination geocoded waypoint.GeocodedWaypoint
GeocodingResults. getDestination()
Destination geocoded waypoint.GeocodedWaypoint
GeocodingResultsOrBuilder. getDestination()
Destination geocoded waypoint.GeocodedWaypoint
GeocodingResults.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.GeocodedWaypoint
GeocodingResults. 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.GeocodedWaypoint
GeocodingResultsOrBuilder. 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.GeocodedWaypoint
GeocodingResults.Builder. getOrigin()
Origin geocoded waypoint.GeocodedWaypoint
GeocodingResults. getOrigin()
Origin geocoded waypoint.GeocodedWaypoint
GeocodingResultsOrBuilder. getOrigin()
Origin geocoded waypoint.static GeocodedWaypoint
GeocodedWaypoint. parseDelimitedFrom(InputStream input)
static GeocodedWaypoint
GeocodedWaypoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(byte[] data)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(com.google.protobuf.ByteString data)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(com.google.protobuf.CodedInputStream input)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(InputStream input)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GeocodedWaypoint
GeocodedWaypoint. parseFrom(ByteBuffer data)
static GeocodedWaypoint
GeocodedWaypoint. 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.Builder
GeocodingResults.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.Builder
GeocodingResults.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.Builder
GeocodingResults.Builder. mergeDestination(GeocodedWaypoint value)
Destination geocoded waypoint.GeocodedWaypoint.Builder
GeocodedWaypoint.Builder. mergeFrom(GeocodedWaypoint other)
GeocodingResults.Builder
GeocodingResults.Builder. mergeOrigin(GeocodedWaypoint value)
Origin geocoded waypoint.static GeocodedWaypoint.Builder
GeocodedWaypoint. newBuilder(GeocodedWaypoint prototype)
GeocodingResults.Builder
GeocodingResults.Builder. setDestination(GeocodedWaypoint value)
Destination geocoded waypoint.GeocodingResults.Builder
GeocodingResults.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.Builder
GeocodingResults.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.Builder
GeocodingResults.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.
-