Package com.google.gwt.maps.client.geocode

Geocoding related classes used in the Google Maps API Library for GWT

See:
          Description

Interface Summary
DirectionsCallback An interface containing methods used to return results from a Directions query.
LatLngCallback Used as an argument to Geocoder.getLatLng(String,LatLngCallback).
LocationCallback Used as an argument for the getLocations() method in Geocoder.getLocations(String, LocationCallback).
 

Class Summary
CustomGeocodeCache Provides a way to customize the caching behavior of geocoded queries.
DirectionQueryOptions A class that stores parameters used to create a new instance of the Directions object.
DirectionResults This class provides encapsulation for the JavaScript Maps API GDirections methods that should be used after a query successfully returns.
Directions This class is used to obtain driving directions results and display them on a map and/or a text panel.
DirectionsPanel A widget that holds the formatted directions retrieved from a Directions query.
Distance The object contains two fields: a number called indicating the numeric value of the distance (in meters), and a string containing a localized string representation of the distance in the units that are predominant in the starting country of this set of directions.
Duration An object returned by DirectionResults.getDuration() This object contains two fields: a number indicating the numeric value of the time (in seconds), and a string containing a localized string representation of the time.
FactualGeocodeCache This class refines the basic GeocodeCache class by placing stricter conditions on cached replies.
GeoAddressAccuracy These constant values are returned by Placemark.getAccuracy().
GeocodeCache A base class used to represent a client side cache for Geocoder requests.
Geocoder A class for Geocoding Addresses through Google's Geocoding service over the Internet.
Placemark This class represents a JSON result returned from the Google Geocoding service.
Placemark.ExtendedData This class represents a JSON ExtendedData object being part of result returned from the Google Geocoding service.
Route Created by the Directions class to store information about a single route in a directions result.
StatusCodes Result status codes for the Google Geocoding service.
Step Created by the Directions object to store information about a single step within a route in a directions result.
Waypoint This class is used to create an array of arguments to the Directions class for specifying multi-point directions.
 

Enum Summary
DirectionQueryOptions.TravelMode Constant values used for setting the mode of travel for retrieving directions.
 

Package com.google.gwt.maps.client.geocode Description

Geocoding related classes used in the Google Maps API Library for GWT

The classes in this package relate to geocoding and directions. "Geocoding" means turning street addresses into points on a map.