- geocode(String, GeocodingServiceCallback) - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingService
-
- geocodedResultsReceived(GeocodingResult[], GeocoderStatus) - Method in class com.lynden.gmapsfx.MainApp
-
- geocodedResultsReceived(GeocodingResult[], GeocoderStatus) - Method in class com.lynden.gmapsfx.MainApp2
-
- geocodedResultsReceived(GeocodingResult[], GeocoderStatus) - Method in interface com.lynden.gmapsfx.service.geocoding.GeocodingServiceCallback
-
- GEOCODER - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- GEOCODER_ADDRESS_COMPONENT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- GEOCODER_COMPONENT_RESTRICTIONS - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- GEOCODER_GEOMETRY - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- GEOCODER_REQUEST - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- GEOCODER_RESULT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- GeocoderAddressComponent - Class in com.lynden.gmapsfx.service.geocoding
-
- GeocoderAddressComponent() - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponent
-
- GeocoderAddressComponent(JSObject) - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponent
-
- GeocoderAddressComponentType - Enum in com.lynden.gmapsfx.service.geocoding
-
- GeocoderComponentRestrictions - Class in com.lynden.gmapsfx.service.geocoding
-
- GeocoderComponentRestrictions(String, String, String, String, String) - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderComponentRestrictions
-
- GeocoderGeometry - Class in com.lynden.gmapsfx.service.geocoding
-
- GeocoderGeometry() - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderGeometry
-
- GeocoderGeometry(JSObject) - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderGeometry
-
- GeocoderLocationType - Enum in com.lynden.gmapsfx.service.geocoding
-
- GeocoderRequest - Class in com.lynden.gmapsfx.service.geocoding
-
- GeocoderRequest(String) - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderRequest
-
- GeocoderRequest(String, LatLong, String, LatLongBounds, GeocoderComponentRestrictions, String) - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderRequest
-
- GeocoderStatus - Enum in com.lynden.gmapsfx.service.geocoding
-
- GeocoderUtils - Class in com.lynden.gmapsfx.service.geocoding
-
- GeocoderUtils() - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocoderUtils
-
- GeocodingResult - Class in com.lynden.gmapsfx.service.geocoding
-
- GeocodingResult() - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
- GeocodingResult(JSObject) - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
- GeocodingService - Class in com.lynden.gmapsfx.service.geocoding
-
- GeocodingService() - Constructor for class com.lynden.gmapsfx.service.geocoding.GeocodingService
-
- GeocodingServiceCallback - Interface in com.lynden.gmapsfx.service.geocoding
-
- geodesic(boolean) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
-
- get(int) - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
-
- getAddress() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderRequest
-
- getAddressComponents() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
- getArgString(Object) - Method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Takes the specified object and converts the argument to a String.
- getArray() - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
-
Returns a JSObject representing the underlying array.
- getArrayConstructor(String, Object[]) - Method in interface com.lynden.gmapsfx.javascript.IJavascriptRuntime
-
Gets an array parameter constructor as a String, which then can be
passed to the execute() method.
- getArrayConstructor(String, Object[]) - Method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Gets an array parameter constructor as a String, which then can be
passed to the execute() method.
- getArrayFunction(String, Object[]) - Method in interface com.lynden.gmapsfx.javascript.IJavascriptRuntime
-
Gets an array function as a String, which then can be passed to the
execute() method.
- getArrayFunction(String, Object[]) - Method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Gets an array function as a String, which then can be passed to the
execute() method.
- getAt(int) - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
-
Returns the item at the specified index in the array.
- getBearing(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.LatLong
-
Calculates the bearing, in degrees, of the end LatLong point from this
LatLong point.
- getBounds() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
Returns the LatLongBounds of the visual area.
- getBounds() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
Returns the LatLongBounds of the visual area.
- getBounds() - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
- getBounds() - Method in class com.lynden.gmapsfx.service.directions.DirectionsRoute
-
- getBounds() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderGeometry
-
- getCenter() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
Gets the value of the property center.
- getCenter() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
Gets the value of the property center.
- getCenter() - Method in class com.lynden.gmapsfx.shapes.Circle
-
- getConstructor(String, Object...) - Method in interface com.lynden.gmapsfx.javascript.IJavascriptRuntime
-
Gets a constructor as a string which then can be passed to the execute().
- getConstructor(String, Object...) - Method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Gets a constructor as a string which then can be passed to the execute().
- getContent() - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
-
- getDestinationPoint(double, double) - Method in class com.lynden.gmapsfx.javascript.object.LatLong
-
Calculates the LatLong position of the end point of a line the specified
distance from this LatLong, along the provided bearing, where North is 0,
East is 90 etc.
- getDirec() - Method in class com.lynden.gmapsfx.GoogleMapView
-
- getDistance() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
-
- getDistance() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getDraggable() - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
- getDuration() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
-
- getDuration() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getEditable() - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
- getElevation() - Method in class com.lynden.gmapsfx.service.elevation.ElevationResult
-
The elevation returned from the ElevationService.
- getElevationAlongPath(PathElevationRequest, ElevationServiceCallback) - Method in class com.lynden.gmapsfx.service.elevation.ElevationService
-
Create a request for elevations for samples along a path.
- getElevationForLocations(LocationElevationRequest, ElevationServiceCallback) - Method in class com.lynden.gmapsfx.service.elevation.ElevationService
-
Create a request for elevations for multiple locations.
- getEndAddress() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
-
- getEndLocation() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
-
- getEndLocation() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getEnumValue() - Method in class com.lynden.gmapsfx.javascript.JavascriptEnum
-
- getFormattedAddress() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
partial_match: boolean,postcode_localities[]: string, geometry: {
location: LatLng, location_type: GeocoderLocationType viewport:
LatLngBounds, bounds: LatLngBounds }
- getFunction(String, String, Object...) - Method in interface com.lynden.gmapsfx.javascript.IJavascriptRuntime
-
Gets a function as a String, which then can be passed to the
execute() method.
- getFunction(String, Object...) - Method in interface com.lynden.gmapsfx.javascript.IJavascriptRuntime
-
Gets a function as a String, which then can be passed to the
execute() method.
- getFunction(String, String, Object...) - Method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Gets a function as a String, which then can be passed to the execute()
method.
- getFunction(String, Object...) - Method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Gets a function as a String, which then can be passed to the execute()
method.
- getFunctionAsString() - Method in class com.lynden.gmapsfx.javascript.JavascriptFunction
-
- getFunctionLine() - Method in class com.lynden.gmapsfx.javascript.JavascriptFunctionLine
-
- getGeocodedWaypoints() - Method in class com.lynden.gmapsfx.service.directions.DirectionsResult
-
- getGeocoding(GeocoderRequest, GeocodingServiceCallback) - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingService
-
- getGeometry() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
- getGridSize() - Method in class com.lynden.gmapsfx.javascript.object.MarkerClusterer
-
Gets the max zoom for the clusterer.
- getHeading() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
- getHeading() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
- getHeight() - Method in class com.lynden.gmapsfx.javascript.object.Size
-
- getHeightUnit() - Method in class com.lynden.gmapsfx.javascript.object.Size
-
- getHtmlFile(boolean) - Method in class com.lynden.gmapsfx.ClusteredGoogleMapView
-
- getHtmlFile(boolean) - Method in class com.lynden.gmapsfx.GoogleMapView
-
- getInstance() - Static method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Gets a singleton instance of this class, creating one if it doesn't yet
exist.
- getInstructions() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getJavascriptMethod(String, Object...) - Method in class com.lynden.gmapsfx.GoogleMapView
-
- getJSObject() - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Get the underlying object used by the Javascript runtime.
- getJSObjectsFromArray(JSObject) - Static method in class com.lynden.gmapsfx.service.geocoding.GeocoderUtils
-
- getLatitude() - Method in class com.lynden.gmapsfx.javascript.object.LatLong
-
- getLatLong() - Method in class com.lynden.gmapsfx.javascript.event.GMapMouseEvent
-
- getLatLong() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
- getLegs() - Method in class com.lynden.gmapsfx.service.directions.DirectionsRoute
-
- getLength() - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
-
Gets the length of the array.
- getLoadWorker() - Method in interface com.lynden.gmapsfx.javascript.IWebEngine
-
Gets a worked which will be notified when a web page has finished
loading.
- getLoadWorker() - Method in class com.lynden.gmapsfx.javascript.JavaFxWebEngine
-
Gets a worked which will be notified when a web page has finished loading.
- getLocation() - Method in class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
-
- getLocation() - Method in class com.lynden.gmapsfx.service.elevation.ElevationResult
-
The location for this elevation.
- getLocation() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderGeometry
-
- getLocationType() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderGeometry
-
- getLongitude() - Method in class com.lynden.gmapsfx.javascript.object.LatLong
-
- getLongName() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponent
-
- getMap() - Method in class com.lynden.gmapsfx.ClusteredGoogleMapView
-
- getMap() - Method in class com.lynden.gmapsfx.GoogleMapView
-
- getMarkerClusterer() - Method in class com.lynden.gmapsfx.javascript.object.ClusteredGoogleMap
-
- getMarkers() - Method in class com.lynden.gmapsfx.javascript.object.MarkerClusterer
-
Returns the array of markers in the clusterer.
- getMaxZoom() - Method in class com.lynden.gmapsfx.javascript.object.MarkerClusterer
-
Gets the max zoom for the clusterer.
- getMaxZoom() - Method in class com.lynden.gmapsfx.zoom.MaxZoomResult
-
- getMaxZoomAtLatLng(LatLong, MaxZoomServiceCallback) - Method in class com.lynden.gmapsfx.zoom.MaxZoomService
-
- getMe() - Method in class com.lynden.gmapsfx.shapes.CircleOptions
-
- getMe() - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
-
- getMe() - Method in class com.lynden.gmapsfx.shapes.PolygonOptions
-
- getMe() - Method in class com.lynden.gmapsfx.shapes.PolylineOptions
-
- getMe() - Method in class com.lynden.gmapsfx.shapes.RectangleOptions
-
- getName() - Method in class com.lynden.gmapsfx.javascript.JavascriptEnum
-
- getNextVariableName() - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Gets the name of the next variable which will be the objectname plus a
unique number
- getNorthEast() - Method in class com.lynden.gmapsfx.javascript.object.LatLongBounds
-
- getOverviewPath() - Method in class com.lynden.gmapsfx.service.directions.DirectionsRoute
-
- getPath() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getPath() - Method in class com.lynden.gmapsfx.shapes.Polygon
-
- getPath() - Method in class com.lynden.gmapsfx.shapes.Polyline
-
- getPaths() - Method in class com.lynden.gmapsfx.shapes.Polygon
-
- getPlaceId() - Method in class com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypoint
-
- getPlaceId() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
- getPosition() - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
-
- getPostcodeLocalities() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponent
-
- getPostcodeLocalities() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
- getProjection() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
- getProjection() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
- getProperty(String) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Get the specified property for this object.
- getProperty(String, Class<T>) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Gets the property and casts to the appropriate type
- getRadius() - Method in class com.lynden.gmapsfx.shapes.Circle
-
- getResolution() - Method in class com.lynden.gmapsfx.service.elevation.ElevationResult
-
The resolution for the elevation, which is the distance in metres
between the points that were used to interpolate the elevation.
- getRoute(DirectionsRequest, DirectionsServiceCallback, DirectionsRenderer) - Method in class com.lynden.gmapsfx.service.directions.DirectionsService
-
- getRoutes() - Method in class com.lynden.gmapsfx.service.directions.DirectionsResult
-
- getShortName() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponent
-
- getSouthWest() - Method in class com.lynden.gmapsfx.javascript.object.LatLongBounds
-
- getStartAddress() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
-
- getStartLocation() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
-
- getStartLocation() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getStatus() - Method in class com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypoint
-
- getStatus() - Method in class com.lynden.gmapsfx.zoom.MaxZoomResult
-
- getSteps() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
-
- getSteps() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getStopOver() - Method in class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
-
- getText() - Method in class com.lynden.gmapsfx.service.directions.Distance
-
- getText() - Method in class com.lynden.gmapsfx.service.directions.Duration
-
- getTitle() - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
- getTravelMode() - Method in class com.lynden.gmapsfx.service.directions.DirectionsSteps
-
- getType() - Method in class com.lynden.gmapsfx.javascript.JavascriptEnum
-
- getTypes() - Method in class com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypoint
-
- getTypes() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponent
-
- getTypes() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
-
- getValue() - Method in class com.lynden.gmapsfx.service.directions.Distance
-
- getValue() - Method in class com.lynden.gmapsfx.service.directions.Duration
-
- getVariableName() - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Gets the name of this variable within the Javascript runtime
- getViewPort() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderGeometry
-
- getVisible() - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
- getVisible() - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
- getWaypointOrder() - Method in class com.lynden.gmapsfx.service.directions.DirectionsRoute
-
- getWebview() - Method in class com.lynden.gmapsfx.GoogleMapView
-
- getWidth() - Method in class com.lynden.gmapsfx.javascript.object.Size
-
- getWidthUnit() - Method in class com.lynden.gmapsfx.javascript.object.Size
-
- getX() - Method in class com.lynden.gmapsfx.javascript.object.GMapPoint
-
- getY() - Method in class com.lynden.gmapsfx.javascript.object.GMapPoint
-
- getZIndex() - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
-
- getZoom() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
Gets the value of the property zoom.
- getZoom() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
Gets the value of the property zoom.
- GFXEventHandler - Interface in com.lynden.gmapsfx.javascript.event
-
A tagging interface to allow us to store all event handlers in the one
EventHandlers object.
- GMapMouseEvent - Class in com.lynden.gmapsfx.javascript.event
-
- GMapMouseEvent(LatLong) - Constructor for class com.lynden.gmapsfx.javascript.event.GMapMouseEvent
-
- GMapObjectType - Interface in com.lynden.gmapsfx.javascript.object
-
- GMapPoint - Class in com.lynden.gmapsfx.javascript.object
-
- GMapPoint(JSObject) - Constructor for class com.lynden.gmapsfx.javascript.object.GMapPoint
-
- GOOGLE_MAPS_API_LINK - Static variable in class com.lynden.gmapsfx.GoogleMapView
-
- GOOGLE_MAPS_API_VERSION - Static variable in class com.lynden.gmapsfx.GoogleMapView
-
- GoogleMap - Class in com.lynden.gmapsfx.javascript.object
-
- GoogleMap() - Constructor for class com.lynden.gmapsfx.javascript.object.GoogleMap
-
- GoogleMap(MapOptions) - Constructor for class com.lynden.gmapsfx.javascript.object.GoogleMap
-
- GoogleMapView - Class in com.lynden.gmapsfx
-
- GoogleMapView() - Constructor for class com.lynden.gmapsfx.GoogleMapView
-
- GoogleMapView(boolean) - Constructor for class com.lynden.gmapsfx.GoogleMapView
-
- GoogleMapView(String) - Constructor for class com.lynden.gmapsfx.GoogleMapView
-
Allows for the creation of the map using external resources from another
jar for the html page and markers.
- GoogleMapView(String, boolean) - Constructor for class com.lynden.gmapsfx.GoogleMapView
-
Creates a new map view and specifies if the FireBug pane should be
displayed in the WebView
- GoogleMapView(String, String) - Constructor for class com.lynden.gmapsfx.GoogleMapView
-
Creates a new map view and specifies the display language and API key.
- GoogleMapView(String, String, String, boolean) - Constructor for class com.lynden.gmapsfx.GoogleMapView
-
Creates a new map view and specifies the display language and API key.
- GoogleMapView(String, String, String, String, boolean) - Constructor for class com.lynden.gmapsfx.GoogleMapView
-
Creates a new map view and specifies the display language and API key.
- GoogleMapView.MapLibraryLoadBridge - Class in com.lynden.gmapsfx
-
- GoogleMapView.MyEventDispatcher - Class in com.lynden.gmapsfx
-
- main(String[]) - Static method in class com.lynden.gmapsfx.ArrayTester
-
- main(String[]) - Static method in class com.lynden.gmapsfx.ClusteredMainApp
-
The main() method is ignored in correctly deployed JavaFX application.
- main(String[]) - Static method in class com.lynden.gmapsfx.MainApp
-
The main() method is ignored in correctly deployed JavaFX application.
- main(String[]) - Static method in class com.lynden.gmapsfx.MainApp2
-
The main() method is ignored in correctly deployed JavaFX application.
- MainApp - Class in com.lynden.gmapsfx
-
Example Application for creating and loading a GoogleMap into a JavaFX
application
- MainApp() - Constructor for class com.lynden.gmapsfx.MainApp
-
- MainApp2 - Class in com.lynden.gmapsfx
-
Example Application for creating and loading a GoogleMap into a JavaFX
application
- MainApp2() - Constructor for class com.lynden.gmapsfx.MainApp2
-
- map - Variable in class com.lynden.gmapsfx.ClusteredMainApp
-
- map - Variable in class com.lynden.gmapsfx.GoogleMapView
-
- MAP - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- map - Variable in class com.lynden.gmapsfx.MainApp
-
- map - Variable in class com.lynden.gmapsfx.MainApp2
-
- MAP_ENUM - Static variable in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
-
- mapComponent - Variable in class com.lynden.gmapsfx.ClusteredMainApp
-
- mapComponent - Variable in class com.lynden.gmapsfx.MainApp
-
- mapComponent - Variable in class com.lynden.gmapsfx.MainApp2
-
- MapComponentInitializedListener - Interface in com.lynden.gmapsfx
-
- mapInitialized() - Method in class com.lynden.gmapsfx.ClusteredMainApp
-
- mapInitialized() - Method in class com.lynden.gmapsfx.MainApp
-
- mapInitialized() - Method in class com.lynden.gmapsfx.MainApp2
-
- mapInitialized() - Method in interface com.lynden.gmapsfx.MapComponentInitializedListener
-
- mapInitializedListeners - Variable in class com.lynden.gmapsfx.GoogleMapView
-
- MapLibraryLoadBridge() - Constructor for class com.lynden.gmapsfx.GoogleMapView.MapLibraryLoadBridge
-
- mapLibraryLoaded() - Method in class com.lynden.gmapsfx.GoogleMapView.MapLibraryLoadBridge
-
- mapMaker - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- mapMaker(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
Use MapMaker tiles.
- mapMarker(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
Deprecated.
- MapNotInitializedException - Exception in com.lynden.gmapsfx
-
- MapNotInitializedException() - Constructor for exception com.lynden.gmapsfx.MapNotInitializedException
-
- MapOptions - Class in com.lynden.gmapsfx.javascript.object
-
- MapOptions() - Constructor for class com.lynden.gmapsfx.javascript.object.MapOptions
-
- mapReady() - Method in interface com.lynden.gmapsfx.MapReadyListener
-
- MapReadyListener - Interface in com.lynden.gmapsfx
-
A MapReadyListener is called when the MapOptions have been loaded and the
Javascript map object is set up ready to be accessed.
- mapReadyListeners - Variable in class com.lynden.gmapsfx.GoogleMapView
-
- MapShape - Class in com.lynden.gmapsfx.javascript.object
-
- MapShape(String) - Constructor for class com.lynden.gmapsfx.javascript.object.MapShape
-
- MapShape(String, MapShapeOptions) - Constructor for class com.lynden.gmapsfx.javascript.object.MapShape
-
- MapShapeOptions<T extends MapShapeOptions> - Class in com.lynden.gmapsfx.shapes
-
Abstract base class for our shape options, as they all have a lot of
common properties.
- MapShapeOptions() - Constructor for class com.lynden.gmapsfx.shapes.MapShapeOptions
-
- MapStateEventType - Enum in com.lynden.gmapsfx.javascript.event
-
An enum of Google Maps state events for the Map object.
- mapType - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- mapType(MapTypeIdEnum) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- mapTypeControl - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- mapTypeControl(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- MapTypeIdEnum - Class in com.lynden.gmapsfx.javascript.object
-
- MapTypeIdEnum(String) - Constructor for class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
-
- MARKER - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- Marker - Class in com.lynden.gmapsfx.javascript.object
-
Marker which can be placed on a GoogleMap.
- Marker(MarkerOptions) - Constructor for class com.lynden.gmapsfx.javascript.object.Marker
-
Contructs a new map Marker with the specified options
- MARKER_CLUSTERER - Static variable in interface com.lynden.gmapsfx.javascript.object.MarkerClustererObjectType
-
- MarkerClusterer - Class in com.lynden.gmapsfx.javascript.object
-
User: twalcari
Date: 1/9/2015
Time: 12:01
- MarkerClusterer(GoogleMap) - Constructor for class com.lynden.gmapsfx.javascript.object.MarkerClusterer
-
- MarkerClusterer(GoogleMap, JavascriptArray) - Constructor for class com.lynden.gmapsfx.javascript.object.MarkerClusterer
-
- MarkerClustererObjectType - Interface in com.lynden.gmapsfx.javascript.object
-
User: twalcari
Date: 1/9/2015
Time: 12:04
- MarkerImageFactory - Class in com.lynden.gmapsfx.util
-
- MarkerImageFactory() - Constructor for class com.lynden.gmapsfx.util.MarkerImageFactory
-
- MarkerOptions - Class in com.lynden.gmapsfx.javascript.object
-
- MarkerOptions() - Constructor for class com.lynden.gmapsfx.javascript.object.MarkerOptions
-
- MAX_ZOOM_RESULT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- MAX_ZOOM_SERVICE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- maxWidth(int) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindowOptions
-
Maximum width of the infowindow, regardless of content's width.
- maxZoom - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- maxZoom(double) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- maxZoomReceived(MaxZoomResult) - Method in interface com.lynden.gmapsfx.zoom.MaxZoomServiceCallback
-
- MaxZoomResult - Class in com.lynden.gmapsfx.zoom
-
- MaxZoomResult() - Constructor for class com.lynden.gmapsfx.zoom.MaxZoomResult
-
- MaxZoomResult(JSObject) - Constructor for class com.lynden.gmapsfx.zoom.MaxZoomResult
-
- MaxZoomResult(MaxZoomStatus) - Constructor for class com.lynden.gmapsfx.zoom.MaxZoomResult
-
- MaxZoomService - Class in com.lynden.gmapsfx.zoom
-
- MaxZoomService() - Constructor for class com.lynden.gmapsfx.zoom.MaxZoomService
-
- MaxZoomServiceCallback - Interface in com.lynden.gmapsfx.zoom
-
- MaxZoomStatus - Enum in com.lynden.gmapsfx.zoom
-
- method - Variable in class com.lynden.gmapsfx.javascript.JavascriptFunctionLine
-
- minZoom - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- minZoom(double) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- MouseEventHandler - Interface in com.lynden.gmapsfx.javascript.event
-
- MVC_ARRAY - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- MVCArray - Class in com.lynden.gmapsfx.javascript.object
-
This javascript object current takes JavascriptObjects as parameters, but
returns JSObjects, as it doesn't know what has been placed within it.
- MVCArray() - Constructor for class com.lynden.gmapsfx.javascript.object.MVCArray
-
- MVCArray(Object[]) - Constructor for class com.lynden.gmapsfx.javascript.object.MVCArray
-
- MVCArray(JSObject) - Constructor for class com.lynden.gmapsfx.javascript.object.MVCArray
-
- MyEventDispatcher(EventDispatcher) - Constructor for class com.lynden.gmapsfx.GoogleMapView.MyEventDispatcher
-
- SATELLITE - Static variable in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
-
- scaleControl - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- scaleControl(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- scrollWheel - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- scrollWheel(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- setAnimation(Animation) - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
Sets how the marker should be animated.
- setAt(int, JavascriptObject) - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
-
Sets the supplied object at the supplied index.
- setBounds(LatLongBounds) - Method in class com.lynden.gmapsfx.shapes.Rectangle
-
- setCenter(double, double) - Method in class com.lynden.gmapsfx.GoogleMapView
-
- setCenter(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
Sets the value of the property center.
- setCenter(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
Sets the value of the property center.
- setCenter(LatLong) - Method in class com.lynden.gmapsfx.shapes.Circle
-
- setContent(String) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
-
- setDefaultWebEngine(IWebEngine) - Static method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Set the WebEngine that this runtime should use.
- setDisableDoubleClick(boolean) - Method in class com.lynden.gmapsfx.GoogleMapView
-
- setDraggable(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
- setEditable(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
- setGridSize(int) - Method in class com.lynden.gmapsfx.javascript.object.MarkerClusterer
-
Sets the max zoom for the clusterer.
- setHeading(double) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
- setHeading(double) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
- setInitialized(boolean) - Method in class com.lynden.gmapsfx.GoogleMapView
-
- setJavascriptRuntime(IJavascriptRuntime) - Static method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
-
Sets a Javascript runtime to use.
- setKey(String) - Method in class com.lynden.gmapsfx.GoogleMapView
-
- setLatLong(LatLong) - Method in class com.lynden.gmapsfx.javascript.event.GMapMouseEvent
-
- setLocation(LatLong) - Method in class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
-
- setLocation(String) - Method in class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
-
- setMap(GoogleMap) - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
This method is called from the GoogleMap.addPolygon() method,
it should not be invoked directly.
- setMap(GoogleMap) - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
This method is called from the GoogleMap.addMarker() method, it should not be invoked directly.
- setMap(GoogleMap) - Method in class com.lynden.gmapsfx.service.directions.DirectionsRenderer
-
- setMapType(MapTypeIdEnum) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
- setMapType(MapTypeIdEnum) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
Sets the map type.
- setMaxZoom(int) - Method in class com.lynden.gmapsfx.javascript.object.MarkerClusterer
-
Sets the max zoom for the clusterer.
- setOnAlert(EventHandler<WebEvent<String>>) - Method in class com.lynden.gmapsfx.javascript.JavaFxWebEngine
-
- setOnError(EventHandler<WebErrorEvent>) - Method in class com.lynden.gmapsfx.javascript.JavaFxWebEngine
-
- setOpt(boolean) - Method in class com.lynden.gmapsfx.service.directions.DirectionsRequest
-
- setOptions(InfoWindowOptions) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
-
- setOptions(MarkerOptions) - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
- setOptions(String) - Method in class com.lynden.gmapsfx.service.directions.DirectionsRenderer
-
- setPanel(DirectionsPane) - Method in class com.lynden.gmapsfx.service.directions.DirectionsRenderer
-
- setPath(MVCArray) - Method in class com.lynden.gmapsfx.shapes.Polygon
-
- setPath(MVCArray) - Method in class com.lynden.gmapsfx.shapes.Polyline
-
- setPaths(MVCArray) - Method in class com.lynden.gmapsfx.shapes.Polygon
-
- setPosition(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
-
- setPosition(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
- setProperty(String, Object) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Sets a property on this Javascript object.
- setProperty(String, JavascriptObject) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Sets a property on this Javascript object for which the value is a
Javascript object itself.
- setProperty(String, JavascriptEnum) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
-
Sets a property on this Javascript object for which the value is a
JavascriptEnum
The value is set to what is returned by the getEnumValue() method on the JavascriptEnum
- setRadius(double) - Method in class com.lynden.gmapsfx.shapes.Circle
-
- setStopOver(boolean) - Method in class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
-
- setTitle(String) - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
Sets the title of this Marker
- setVisible(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapShape
-
- setVisible(boolean) - Method in class com.lynden.gmapsfx.javascript.object.Marker
-
- setZIndex(int) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
-
- setZoom(int) - Method in class com.lynden.gmapsfx.GoogleMapView
-
- setZoom(int) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
-
Sets the value of the property zoom.
- setZoom(int) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
Sets the value of the property zoom.
- shift() - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
-
- showDirectionsPane() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
-
- SIZE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
-
- Size - Class in com.lynden.gmapsfx.javascript.object
-
Size object corresponding to
google.maps.Size
Two-dimensonal size, where width is the distance on the x-axis, and height is the distance on the y-axis.
- Size(int, int) - Constructor for class com.lynden.gmapsfx.javascript.object.Size
-
- Size(int, int, String, String) - Constructor for class com.lynden.gmapsfx.javascript.object.Size
-
- sort(String) - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
-
- start(Stage) - Method in class com.lynden.gmapsfx.ArrayTester
-
- start(Stage) - Method in class com.lynden.gmapsfx.ClusteredMainApp
-
- start(Stage) - Method in class com.lynden.gmapsfx.MainApp
-
- start(Stage) - Method in class com.lynden.gmapsfx.MainApp2
-
- StateEventHandler - Interface in com.lynden.gmapsfx.javascript.event
-
Handles Google Maps state events, which are called without any parameters.
- streetViewControl - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- streetViewControl(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- strokeColor(String) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
-
- strokeOpacity(double) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
-
- strokePosition(StrokePosition) - Method in class com.lynden.gmapsfx.shapes.FillableMapShapeOptions
-
- StrokePosition - Enum in com.lynden.gmapsfx.shapes
-
From google.maps.StrokePosition
- strokeWeight(double) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
-
- styleString(String) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
-
- value - Variable in class com.lynden.gmapsfx.javascript.JavascriptEnum
-
- valueOf(String) - Static method in enum com.lynden.gmapsfx.javascript.event.MapStateEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.javascript.event.UIEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.javascript.object.Animation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypointStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.directions.DirectionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.directions.TrafficModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.directions.TravelModes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.elevation.ElevationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.geocoding.GeocoderLocationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.service.geocoding.GeocoderStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.shapes.StrokePosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lynden.gmapsfx.zoom.MaxZoomStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.lynden.gmapsfx.javascript.event.MapStateEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.javascript.event.UIEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.javascript.object.Animation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypointStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.directions.DirectionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.directions.TrafficModel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.directions.TravelModes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.elevation.ElevationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.geocoding.GeocoderLocationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.service.geocoding.GeocoderStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.shapes.StrokePosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lynden.gmapsfx.zoom.MaxZoomStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variableName - Variable in class com.lynden.gmapsfx.javascript.JavascriptObject
-
- visible - Variable in class com.lynden.gmapsfx.javascript.object.MarkerOptions
-
- visible(Boolean) - Method in class com.lynden.gmapsfx.javascript.object.MarkerOptions
-
- visible(boolean) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
-