Interface | Description |
---|---|
GFXEventHandler |
A tagging interface to allow us to store all event handlers in the one
EventHandlers object. |
StateEventHandler |
Handles Google Maps state events, which are called without any parameters.
|
UIEventHandler |
Handles Google Maps UI events.
|
Class | Description |
---|---|
EventHandlers |
This object forms the bridge between Javascript events and the Java events.
|
Enum | Description |
---|---|
MapStateEventType |
An enum of Google Maps state events for the Map object.
|
UIEventType |
Enum containing the strings for the event types passed to the Google Maps
APIs for UI events.
|