Uses of Class
com.dlsc.gmapsfx.javascript.object.GestureHandlingType
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.object |
-
Uses of GestureHandlingType in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object that return GestureHandlingType Modifier and Type Method Description static GestureHandlingTypeGestureHandlingType. valueOf(String name)Returns the enum constant of this type with the specified name.static GestureHandlingType[]GestureHandlingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.gmapsfx.javascript.object with parameters of type GestureHandlingType Modifier and Type Method Description MapOptionsMapOptions. gestureHandling(GestureHandlingType gestureHandling)Sets the gestureHandling option, used to control how Google Maps deals with touch screen devices.