| Interface | Description |
|---|---|
| GValue |
Root class for all Value Objects.
All implementations shall override #equals(Object) and
#hashCode(). |
| Class | Description |
|---|---|
| GCircle |
Represents an Google Maps API's
Circle.
Following events can be attached to this overlay: center_changed click dblckick dragend dragstart mousedown mousemove mouseout mouseover mouseup radius_changed rightclick |
| GClientGeocoder | |
| GEventHandler | |
| GGroundOverlay | |
| GIcon |
http://code.google.com/apis/maps/documentation/javascript/reference.html# MarkerImage
|
| GInfoWindow |
Represents an Google Maps API's GInfoWindow.
|
| GLatLng |
Represents an Google Maps API's LatLng.
|
| GLatLngBounds |
Represents an Google Maps API's GLatLngBounds.
|
| GMarker |
Represents an Google Maps API's GMarker.
|
| GMarkerCluster |
Clusters markers into groups.
|
| GMarkerClusterOptions |
Options object for using specific settings in marker clustering.
|
| GMarkerClusterStyle |
Used in GMarkerClusterOptions
JS code with options:
'styles': (object) An object that has style properties:
'url': (string) The image url.
|
| GMarkerOptions |
http://code.google.com/apis/maps/documentation/javascript/reference.html# MarkerOptions
|
| GOverlay |
Represents an Google Maps API's GOverlay.
|
| GPoint |
Represents an Maps API's GPoint that contains x and y coordinates.
|
| GPolygon |
Represents an Google Maps API's GPolygon.
|
| GPolyline |
Represents an Google Maps API's GPolyline.
|
| GRectangle |
Represents an Google Maps API's
Rectangle.
Following events can be attached to this overlay: bounds_changed click dblckick dragend dragstart mousedown mousemove mouseout mouseover mouseup rightclick |
| GSize |
Represents an Maps API's GSize that contains width and height.
|
| Enum | Description |
|---|---|
| GAnimation |
Represents an Google Maps API's Animation.
|
| GEvent |
An enumeration of all supported events by Google Maps v3
Taken from Map Events
|
| GMapType |
Represents an Google Maps API's GMapType.
|
Copyright © 2015. All rights reserved.