| Package | Description |
|---|---|
| com.lynden.gmapsfx | |
| com.lynden.gmapsfx.javascript.object | |
| com.lynden.gmapsfx.service.directions |
| Modifier and Type | Field and Description |
|---|---|
protected GoogleMap |
MainApp2.map |
protected GoogleMap |
MainApp.map |
protected GoogleMap |
GoogleMapView.map |
| Modifier and Type | Method and Description |
|---|---|
GoogleMap |
GoogleMapView.createMap() |
GoogleMap |
GoogleMapView.createMap(boolean withDirectionsPanel) |
GoogleMap |
GoogleMapView.createMap(MapOptions mapOptions) |
GoogleMap |
GoogleMapView.createMap(MapOptions mapOptions,
boolean withDirectionsPanel) |
GoogleMap |
GoogleMapView.getMap() |
protected GoogleMap |
GoogleMapView.internal_createMap() |
protected GoogleMap |
ClusteredGoogleMapView.internal_createMap() |
protected GoogleMap |
GoogleMapView.internal_createMap(MapOptions mapOptions) |
protected GoogleMap |
ClusteredGoogleMapView.internal_createMap(MapOptions mapOptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusteredGoogleMap
User: twalcari
Date: 1/9/2015
Time: 11:59
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfoWindow.open(GoogleMap map) |
void |
InfoWindow.open(GoogleMap map,
Marker marker) |
protected void |
Marker.setMap(GoogleMap map)
This method is called from the GoogleMap.addMarker() method, it should not be invoked directly.
|
protected void |
MapShape.setMap(GoogleMap map)
This method is called from the GoogleMap.addPolygon() method,
it should not be invoked directly.
|
| Constructor and Description |
|---|
MarkerClusterer(GoogleMap map) |
MarkerClusterer(GoogleMap map,
JavascriptArray markers) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectionsRenderer.setMap(GoogleMap map) |
| Constructor and Description |
|---|
DirectionsRenderer(boolean drag,
GoogleMap map,
DirectionsPane panel) |
DirectionsRenderer(boolean drag,
GoogleMap map,
DirectionsPane panel,
String strokeColor) |
Copyright © 2017. All rights reserved.