Follow us on GitHub

Package com.google.gwt.maps.client.services

Interface Summary
DirectionsResultHandler  
DistanceMatrixRequestHandler

See DistanceMatrixService API Doc
ElevationServiceHandler

See ElevationService API Doc
GeocoderRequestHandler google.maps.Geocoder

See Geocoder API Doc
MaxZoomServiceHandler  
 

Class Summary
DirectionsLeg A single leg consisting of a set of steps in a DirectionsResult.
DirectionsRenderer Renders directions retrieved in the form of a DirectionsResult object retrieved from the DirectionsService.
DirectionsRendererOptions This object defines the properties that can be set on a DirectionsRenderer object.
DirectionsRequest A directions query to be sent to the DirectionsService.
DirectionsResult The directions response retrieved from the directions server.
DirectionsRoute A single route containing a set of legs in a DirectionsResult.
DirectionsService A service for computing directions between two or more places.
DirectionsStep A single DirectionsStep in a DirectionsResult.
DirectionsWaypoint A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
Distance A representation of distance as a numeric value and a display string.
DistanceMatrixRequest A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
DistanceMatrixResponse The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRows, one for each corresponding origin address.
DistanceMatrixResponseElement A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
DistanceMatrixResponseRow A row of the response to a DistanceMatrixService request, consisting of a sequence of DistanceMatrixResponseElements, one for each corresponding destination address.
DistanceMatrixService A service for computing distances between multiple origins and destinations.
Duration A representation of duration as a numeric value and a display string.
ElevationResult The result of an ElevationService request, consisting of the set of elevation coordinates and their elevation values.
ElevationService Defines a service class that talks directly to Google servers for requesting elevation data.
Geocoder A service for converting between an address and LatLng.
GeocoderAddressComponent A single address component within a GeocoderResult.
GeocoderGeometry Geometry information about this GeocoderResult

See GeocoderGeometry API Doc
GeocoderRequest The specification for a geocoding request to be sent to the Geocoder.
GeocoderResult A single geocoder result retrieved from the geocode server.
LocationElevationRequest An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.
MaxZoomResult A MaxZoom result in JSON format retrieved from the MaxZoomService.
MaxZoomService A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
PathElevationRequest An elevation query sent by the ElevationService containing the path along which to return sampled data.
Test  
 

Enum Summary
DirectionsStatus The status returned by the DirectionsService on the completion of a call to route().
DistanceMatrixElementStatus The element-level status about a particular origin-destination pairing returned by the DistanceMatrixService upon completion of a distance matrix request.
DistanceMatrixStatus The top-level status about the request in general returned by the DistanceMatrixService upon completion of a distance matrix request.
ElevationStatus Elevation Status constant.
GeocoderLocationType Describes the type of location returned from a geocode.
GeocoderStatus The status returned by the Geocoder on the completion of a call to geocode().
MaxZoomStatus The status returned by the MaxZoomService on the completion of a call to getMaxZoomAtLatLng().
TravelMode The valid travel modes that can be specified in a DirectionsRequest as well as the travel modes returned in a DirectionsStep.
UnitSystem The valid unit systems that can be specified in a DirectionsRequest.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.