- decodePath() - Method in class com.google.maps.model.EncodedPolyline
-
- departureTime(ReadableInstant) - Method in class com.google.maps.DirectionsApiRequest
-
Set the departure time for a Transit directions request.
- departureTime(ReadableInstant) - Method in class com.google.maps.DistanceMatrixApiRequest
-
The departure time may be specified by Maps for Business customers for to specify the
departure time to receive trip duration considering current traffic conditions.
- departureTime - Variable in class com.google.maps.model.DirectionsLeg
-
departureTime
contains the estimated time of departure for this leg.
- destination(String) - Method in class com.google.maps.DirectionsApiRequest
-
The address or textual latitude/longitude value from which you wish to calculate directions.
- destination(LatLng) - Method in class com.google.maps.DirectionsApiRequest
-
The destination, as a latitude,longitude location.
- destinationAddresses - Variable in class com.google.maps.model.DistanceMatrix
-
destinationAddresses
contains an array of addresses as returned by the API from your
original request.
- destinations(String...) - Method in class com.google.maps.DistanceMatrixApiRequest
-
One or more addresses to which to calculate distance and time.
- destinations(LatLng...) - Method in class com.google.maps.DistanceMatrixApiRequest
-
One or more latitude/longitude values to which to calculate distance and time.
- DirectionsApi - Class in com.google.maps
-
The Google Directions API is a service that calculates directions between locations
using an HTTP request.
- DirectionsApi.RouteRestriction - Enum in com.google.maps
-
Directions may be calculated that adhere to certain restrictions.
- DirectionsApiRequest - Class in com.google.maps
-
Request for the Directions API.
- DirectionsLeg - Class in com.google.maps.model
-
A component of a Directions API result.
- DirectionsLeg() - Constructor for class com.google.maps.model.DirectionsLeg
-
- DirectionsRoute - Class in com.google.maps.model
-
A Directions API result.
- DirectionsRoute() - Constructor for class com.google.maps.model.DirectionsRoute
-
- DirectionsStep - Class in com.google.maps.model
-
Each element in the steps of a
DirectionsLeg
defines a single step of the calculated
directions.
- DirectionsStep() - Constructor for class com.google.maps.model.DirectionsStep
-
- distance - Variable in class com.google.maps.model.DirectionsLeg
-
distance
indicates the total distance covered by this leg.
- distance - Variable in class com.google.maps.model.DirectionsStep
-
distance
contains the distance covered by this step until the next step.
- Distance - Class in com.google.maps.model
-
The distance component for Directions API results.
- Distance() - Constructor for class com.google.maps.model.Distance
-
- distance - Variable in class com.google.maps.model.DistanceMatrixElement
-
distance
indicates the total distance covered by this leg.
- DistanceMatrix - Class in com.google.maps.model
-
A complete result from a Distance Matrix API call.
- DistanceMatrix(String[], String[], DistanceMatrixRow[]) - Constructor for class com.google.maps.model.DistanceMatrix
-
- DistanceMatrixApi - Class in com.google.maps
-
The Google Distance Matrix API is a service that provides travel distance and time for a
matrix of origins and destinations.
- DistanceMatrixApiRequest - Class in com.google.maps
-
A request to the Distance Matrix API.
- DistanceMatrixApiRequest(GeoApiContext) - Constructor for class com.google.maps.DistanceMatrixApiRequest
-
- DistanceMatrixElement - Class in com.google.maps.model
-
A single result corresponding to a origin/destination pair in a Distance Matrix response.
- DistanceMatrixElement() - Constructor for class com.google.maps.model.DistanceMatrixElement
-
- DistanceMatrixElementStatus - Class in com.google.maps.model
-
- DistanceMatrixRow - Class in com.google.maps.model
-
Represents a single row in a Distance Matrix API response.
- DistanceMatrixRow() - Constructor for class com.google.maps.model.DistanceMatrixRow
-
- duration - Variable in class com.google.maps.model.DirectionsLeg
-
duration
indicates the total duration of this leg
- duration - Variable in class com.google.maps.model.DirectionsStep
-
duration
contains the typical time required to perform the step, until the next step.
- duration - Variable in class com.google.maps.model.DistanceMatrixElement
-
duration
indicates the total duration of this leg
- Duration - Class in com.google.maps.model
-
The duration component for Directions API results.
- Duration() - Constructor for class com.google.maps.model.Duration
-
- durationInTraffic - Variable in class com.google.maps.model.DirectionsLeg
-
durationInTraffic
indicates the total duration of this leg, taking into account current
traffic conditions.
- setApiKey(String) - Method in class com.google.maps.GeoApiContext
-
- setCallback(PendingResult.Callback<T>) - Method in interface com.google.maps.PendingResult
-
Performs the request asynchronously, calling onResult or onFailure after
the request has been completed.
- setConnectTimeout(long, TimeUnit) - Method in class com.google.maps.GeoApiContext
-
Sets the default connect timeout for new connections.
- setEnterpriseCredentials(String, String) - Method in class com.google.maps.GeoApiContext
-
- setQueryRateLimit(int) - Method in class com.google.maps.GeoApiContext
-
Sets the maximum number of queries that will be executed during a 1 second interval.
- setQueryRateLimit(int, int) - Method in class com.google.maps.GeoApiContext
-
Sets the rate at which queries are executed.
- setReadTimeout(long, TimeUnit) - Method in class com.google.maps.GeoApiContext
-
Sets the default read timeout for new connections.
- setRetryTimeout(long, TimeUnit) - Method in class com.google.maps.GeoApiContext
-
Sets the time limit for which retry-able errors will be retried.
- setWriteTimeout(long, TimeUnit) - Method in class com.google.maps.GeoApiContext
-
Sets the default write timeout for new connections.
- shortName - Variable in class com.google.maps.model.AddressComponent
-
shortName
is an abbreviated textual name for the address component, if available.
- southwest - Variable in class com.google.maps.model.Bounds
-
- startAddress - Variable in class com.google.maps.model.DirectionsLeg
-
startAddress
contains the human-readable address (typically a street address)
reflecting the start location of this leg.
- startLocation - Variable in class com.google.maps.model.DirectionsLeg
-
startLocation
contains the latitude/longitude coordinates of the origin of this leg.
- startLocation - Variable in class com.google.maps.model.DirectionsStep
-
startLocation
contains the location of the starting point of this step.
- status - Variable in class com.google.maps.model.DistanceMatrixElement
-
status
indicates the status of the request for this origin/destination pair.
- steps - Variable in class com.google.maps.model.DirectionsLeg
-
steps[]
contains an array of steps denoting information about each separate step of the
leg of the journey.
- subSteps - Variable in class com.google.maps.model.DirectionsStep
-
subSteps
contains detailed directions for walking or driving steps in transit
directions.
- summary - Variable in class com.google.maps.model.DirectionsRoute
-
summary
contains a short textual description for the route, suitable for naming and
disambiguating the route from alternatives.
- validateRequest() - Method in class com.google.maps.DirectionsApiRequest
-
- validateRequest() - Method in class com.google.maps.DistanceMatrixApiRequest
-
- validateRequest() - Method in class com.google.maps.GeocodingApiRequest
-
- valueOf(String) - Static method in enum com.google.maps.DirectionsApi.RouteRestriction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.maps.model.AddressComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.maps.model.AddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.maps.model.LocationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.maps.model.TravelMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.maps.model.Unit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.maps.DirectionsApi.RouteRestriction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.maps.model.AddressComponentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.maps.model.AddressType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.maps.model.LocationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.maps.model.TravelMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.maps.model.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- viewport - Variable in class com.google.maps.model.Geometry
-
viewport
contains the recommended viewport for displaying the returned result.