Uses of Class
com.dlsc.gmapsfx.javascript.event.MapStateEventType
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.event | |
| com.dlsc.gmapsfx.javascript.object |
-
Uses of MapStateEventType in com.dlsc.gmapsfx.javascript.event
Methods in com.dlsc.gmapsfx.javascript.event that return MapStateEventType Modifier and Type Method Description static MapStateEventTypeMapStateEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static MapStateEventType[]MapStateEventType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MapStateEventType in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object with parameters of type MapStateEventType Modifier and Type Method Description voidDirectionsPane. addStateEventHandler(MapStateEventType type, StateEventHandler h)Adds a handler for a state type event on the map.voidGoogleMap. addStateEventHandler(MapStateEventType type, StateEventHandler h)Adds a handler for a state type event on the map.