Package com.google.gwt.maps.client.impl

Interface Summary
ControlImpl Wraps the GControl and its subclasses in the Maps API using JSIO.
ControlPositionImpl Wraps the GControlPosition object in the Maps API using JSIO.
CopyrightCollectionImpl Wraps the GCopyrightCollection using JSIO.
CopyrightImpl Wraps the GCopyright class in the Maps API using JSIO.
DirectionQueryOptionsImpl Wraps the GDirectionQueryOptions object in the Maps API using JSIO.
DirectionsImpl Wraps the GDirections object in the Maps API using JSIO.
EventImpl.Callback TODO: JSIO should wrap any java method that returns to JavaScript with code to deal with uncaught exceptions.
GeocodeCacheImpl JSIO Wrapper for the GGeocodeCache class.
GeocoderImpl Wraps the GGeocoderClient object from the Maps API using JSIO.
GeocoderImpl.Response Provides an interface to the object passed to LocationsCallback#callback(Response)
GeocoderImpl.ResponseStatus Provides an interface to the object passed to LocationsCallback#callback(Response).
GroundOverlayImpl Creates a binding to the GGroundOverlay class in the Maps API.
HierarchicalMapTypeControlImpl The HierarchicalMapTypeControl provides a "nested" map type control for selecting and switching between supported map types via buttons and nested checkboxes.
InfoWindowImpl Provides an interface to the GInfoWindowTab object from the Maps API using JSIO.
InfoWindowOptionsImpl Provides an interface to the GInfoWindowsOptions object from the Maps API using JSIO.
MapImpl Wrapper for the GMap object from the Maps API using JSIO.
MapOptionsImpl Wrapper for the GMapOptions object from the Maps API using JSIO.
MapTypeImpl A Flyweight style wrapper for the Maps JavaScript MapType class.
MapTypeOptionsImpl This class corresponds to the GMapTypeOptions class in the Maps JavaScript API.
MarkerImpl Wrapper for the GMarker object in the Maps API using JSIO.
PanoramaImpl Wrapper for the GStreetviewPanorama object from the Maps API using JSIO.
PolygonImpl Wraps the GPolygon class from the Maps API using JSIO.
PolylineImpl Implementation of the GPolyline class using JSIO.
ProjectionImpl Wrapper for the GProjection and GMercatorProjection classes from the Maps API using JSIO.
StreetviewClientImpl Wrapper for the GStreetviewClient object from the Maps API using JSIO.
StreetviewOverlayImpl Wrapper for the GStreetviewOverlay object from the Maps API using JSIO.
TileLayerImpl Wrapper for the GTileLayer object from the Maps API using JSIO.
TileLayerOverlayImpl Wrapper for the GTileOverlay object from the Maps API using JSIO.
TrafficOverlayImpl Wrapper for the GTrafficOverlay object from the Maps API using JSIO.
 

Class Summary
DirectionsImpl.Status Return object from getStatus().
EventImpl Wrapper for the GEvent class from the Maps API using JSIO.
EventImpl.BooleanCallback Provides a way to specify a JavaScript function() with a single boolean argument and handles uncaught exceptions.
EventImpl.BoundsIntCallback Provides a callback interface with a Bounds followed by an int argument.
EventImpl.CopyrightCallback Provides a callback interface with two int arguments.
EventImpl.DoubleCallback Provides a callback interface with one double argument.
EventImpl.IntCallback Provides a callback interface with one integer argument.
EventImpl.IntIntCallback Provides a callback interface with two integer arguments.
EventImpl.LatLngBoundsIntCallback Provides a callback interface with a LatLng and integer argument.
EventImpl.LatLngCallback Provides a callback interface with a LatLng argument.
EventImpl.MapTypeCallback Provides a callback interface with a MapType argument.
EventImpl.OverlayCallback Provides a callback interface with an Overlay argument.
EventImpl.OverlayLatLngCallback Provides a callback interface with an Overlay and two LatLng arguments.
EventImpl.PointElementOverlayCallback Provides a callback interface with Point, Element, and Overlay arguments.
EventImpl.StreetviewDataCallback Provides a callback interface with StreetviewData argument.
EventImpl.StreetviewLocationCallback Provides a callback interface with StreetviewLocation argument.
EventImpl.VoidCallback Provides a way to specify a JavaScript function() with no arguments and handles uncaught exceptions.
ExportedGeocodeCache Helper class for AbstractGeocodeCache.
GeocoderImpl.LocationsCallback Provides a callback interface to GeocoderImpl.getLocations(JavaScriptObject, String, com.google.gwt.maps.client.impl.GeocoderImpl.LocationsCallback) .
GeoXmlOverlayImpl Creates a binding to the GGeoXml class in the Maps API.
HandlerCollection<E> A class that keeps track of all JSO's associated with a particular listener instance.
JsUtil This class provides utilities to aid in GWT-JavaScript interoperability.
OverlayImpl Wrapper for the GOverlay and GGroundOverlay objects from the Maps API using JSIO.
 

Enum Summary
MapEvent These strings represent the event names used in the Google Maps API.