| Package | Description |
|---|---|
| com.lynden.gmapsfx.javascript.object |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleMap.addUIEventHandler(JavascriptObject obj,
UIEventType type,
UIEventHandler h)
Adds a handler for a mouse type event on the map.
|
void |
DirectionsPane.addUIEventHandler(JavascriptObject obj,
UIEventType type,
UIEventHandler h)
Adds a handler for a mouse type event on the map.
|
void |
GoogleMap.addUIEventHandler(UIEventType type,
UIEventHandler h)
Adds a handler for a mouse type event on the map.
|
void |
DirectionsPane.addUIEventHandler(UIEventType type,
UIEventHandler h)
Adds a handler for a mouse type event on the map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleMap.addMarkers(Collection<Marker> col,
UIEventType type,
javafx.util.Callback<Marker,UIEventHandler> h) |
Copyright © 2017. All rights reserved.