Uses of Class
com.dlsc.gmapsfx.javascript.object.GoogleMap
| Package | Description |
|---|---|
| com.dlsc.gmapsfx | |
| com.dlsc.gmapsfx.javascript.object | |
| com.dlsc.gmapsfx.service.directions |
-
Uses of GoogleMap in com.dlsc.gmapsfx
Fields in com.dlsc.gmapsfx declared as GoogleMap Modifier and Type Field Description protected GoogleMapGoogleMapView. mapprotected GoogleMapMainApp. mapprotected GoogleMapMainApp2. mapMethods in com.dlsc.gmapsfx that return GoogleMap Modifier and Type Method Description GoogleMapGoogleMapView. createMap()GoogleMapGoogleMapView. createMap(boolean withDirectionsPanel)GoogleMapGoogleMapView. createMap(MapOptions mapOptions)GoogleMapGoogleMapView. createMap(MapOptions mapOptions, boolean withDirectionsPanel)GoogleMapGoogleMapView. getMap()protected GoogleMapClusteredGoogleMapView. internal_createMap()protected GoogleMapClusteredGoogleMapView. internal_createMap(MapOptions mapOptions)protected GoogleMapGoogleMapView. internal_createMap()protected GoogleMapGoogleMapView. internal_createMap(MapOptions mapOptions) -
Uses of GoogleMap in com.dlsc.gmapsfx.javascript.object
Subclasses of GoogleMap in com.dlsc.gmapsfx.javascript.object Modifier and Type Class Description classClusteredGoogleMapUser: twalcari Date: 1/9/2015 Time: 11:59Methods in com.dlsc.gmapsfx.javascript.object with parameters of type GoogleMap Modifier and Type Method Description voidInfoWindow. open(GoogleMap map)voidInfoWindow. open(GoogleMap map, Marker marker)protected voidMapShape. setMap(GoogleMap map)This method is called from the GoogleMap.addPolygon() method, it should not be invoked directly.protected voidMarker. setMap(GoogleMap map)This method is called from the GoogleMap.addMarker() method, it should not be invoked directly.Constructors in com.dlsc.gmapsfx.javascript.object with parameters of type GoogleMap Constructor Description MarkerClusterer(GoogleMap map)MarkerClusterer(GoogleMap map, JavascriptArray markers) -
Uses of GoogleMap in com.dlsc.gmapsfx.service.directions
Methods in com.dlsc.gmapsfx.service.directions with parameters of type GoogleMap Modifier and Type Method Description voidDirectionsRenderer. setMap(GoogleMap map)Constructors in com.dlsc.gmapsfx.service.directions with parameters of type GoogleMap Constructor Description DirectionsRenderer(boolean drag, GoogleMap map, DirectionsPane panel)DirectionsRenderer(boolean drag, GoogleMap map, DirectionsPane panel, String strokeColor)