Follow us on GitHub

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

Packages that use com.google.gwt.maps.client.services
com.google.gwt.maps.client.placeslib   
com.google.gwt.maps.client.services   
 

Classes in com.google.gwt.maps.client.services used by com.google.gwt.maps.client.placeslib
GeocoderAddressComponent
          A single address component within a GeocoderResult.
 

Classes in com.google.gwt.maps.client.services used by com.google.gwt.maps.client.services
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.
DirectionsResultHandler
           
DirectionsRoute
          A single route containing a set of legs in a DirectionsResult.
DirectionsService
          A service for computing directions between two or more places.
DirectionsStatus
          The status returned by the DirectionsService on the completion of a call to route().
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.
DistanceMatrixElementStatus
          The element-level status about a particular origin-destination pairing returned by the DistanceMatrixService upon completion of a distance matrix request.
DistanceMatrixRequest
          A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
DistanceMatrixRequestHandler
          

See DistanceMatrixService API Doc
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.
DistanceMatrixStatus
          The top-level status about the request in general returned by the DistanceMatrixService upon completion of a distance matrix request.
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.
ElevationServiceHandler
          

See ElevationService API Doc
ElevationStatus
          Elevation Status constant.
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
GeocoderLocationType
          Describes the type of location returned from a geocode.
GeocoderRequest
          The specification for a geocoding request to be sent to the Geocoder.
GeocoderRequestHandler
          google.maps.Geocoder

See Geocoder API Doc
GeocoderResult
          A single geocoder result retrieved from the geocode server.
GeocoderStatus
          The status returned by the Geocoder on the completion of a call to geocode().
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.
MaxZoomServiceHandler
           
MaxZoomStatus
          The status returned by the MaxZoomService on the completion of a call to getMaxZoomAtLatLng().
PathElevationRequest
          An elevation query sent by the ElevationService containing the path along which to return sampled data.
Test
           
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.