Uses of Interface
com.google.maps.routing.v2.GeocodedWaypointOrBuilder
-
Packages that use GeocodedWaypointOrBuilder Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of GeocodedWaypointOrBuilder in com.google.maps.routing.v2
Classes in com.google.maps.routing.v2 that implement GeocodedWaypointOrBuilder Modifier and Type Class Description class
GeocodedWaypoint
Details about the locations used as waypoints.static class
GeocodedWaypoint.Builder
Details about the locations used as waypoints.Methods in com.google.maps.routing.v2 that return GeocodedWaypointOrBuilder Modifier and Type Method Description GeocodedWaypointOrBuilder
GeocodingResults.Builder. getDestinationOrBuilder()
Destination geocoded waypoint.GeocodedWaypointOrBuilder
GeocodingResults. getDestinationOrBuilder()
Destination geocoded waypoint.GeocodedWaypointOrBuilder
GeocodingResultsOrBuilder. getDestinationOrBuilder()
Destination geocoded waypoint.GeocodedWaypointOrBuilder
GeocodingResults.Builder. getIntermediatesOrBuilder(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.GeocodedWaypointOrBuilder
GeocodingResults. getIntermediatesOrBuilder(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.GeocodedWaypointOrBuilder
GeocodingResultsOrBuilder. getIntermediatesOrBuilder(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.GeocodedWaypointOrBuilder
GeocodingResults.Builder. getOriginOrBuilder()
Origin geocoded waypoint.GeocodedWaypointOrBuilder
GeocodingResults. getOriginOrBuilder()
Origin geocoded waypoint.GeocodedWaypointOrBuilder
GeocodingResultsOrBuilder. getOriginOrBuilder()
Origin geocoded waypoint.Methods in com.google.maps.routing.v2 that return types with arguments of type GeocodedWaypointOrBuilder Modifier and Type Method Description List<? extends GeocodedWaypointOrBuilder>
GeocodingResults.Builder. getIntermediatesOrBuilderList()
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<? extends GeocodedWaypointOrBuilder>
GeocodingResults. getIntermediatesOrBuilderList()
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<? extends GeocodedWaypointOrBuilder>
GeocodingResultsOrBuilder. getIntermediatesOrBuilderList()
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.
-