Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Z 

A

addMapInializedListener(MapComponentInitializedListener) - Method in class com.lynden.gmapsfx.GoogleMapView
 
addMapReadyListener(MapReadyListener) - Method in class com.lynden.gmapsfx.GoogleMapView
 
addMapShape(MapShape) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
addMarker(Marker) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
addStateEventHandler(MapStateEventType, StateEventHandler) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
Adds a handler for a state type event on the map.
addStateEventHandler(MapStateEventType, StateEventHandler) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
Adds a handler for a state type event on the map.
addUIEventHandler(UIEventType, UIEventHandler) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
Adds a handler for a mouse type event on the map.
addUIEventHandler(JavascriptObject, UIEventType, UIEventHandler) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
Adds a handler for a mouse type event on the map.
addUIEventHandler(UIEventType, UIEventHandler) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
Adds a handler for a mouse type event on the map.
addUIEventHandler(JavascriptObject, UIEventType, UIEventHandler) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
Adds a handler for a mouse type event on the map.
ALL - Static variable in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
 
Animation - Enum in com.lynden.gmapsfx.javascript.object
 
animation - Variable in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
animation(Animation) - Method in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
ArcBuilder - Class in com.lynden.gmapsfx.shapes
Builds a Polygon or Polyline in the shape of an Arc.
ArcBuilder() - Constructor for class com.lynden.gmapsfx.shapes.ArcBuilder
 
args - Variable in class com.lynden.gmapsfx.javascript.JavascriptFunction
 
args - Variable in class com.lynden.gmapsfx.javascript.JavascriptFunctionLine
 
ArrayTester - Class in com.lynden.gmapsfx
 
ArrayTester() - Constructor for class com.lynden.gmapsfx.ArrayTester
 

B

barrier - Variable in class com.lynden.gmapsfx.GoogleMapView
 
bounds(LatLongBounds) - Method in class com.lynden.gmapsfx.shapes.RectangleOptions
 
buildArcPoints(LatLong, LatLong, LatLong) - Static method in class com.lynden.gmapsfx.shapes.ArcBuilder
 
buildArcPoints(LatLong, double, double, double) - Static method in class com.lynden.gmapsfx.shapes.ArcBuilder
Generates the points for an arc based on two bearings from a centre point and a radius.
buildClosedArc(LatLong, LatLong, LatLong, ArcType) - Static method in class com.lynden.gmapsfx.shapes.ArcBuilder
Builds the path for a closed arc, returning a PolygonOptions that can be further customised before use.
buildJavascriptString(String, String, String, String, String) - Static method in class com.lynden.gmapsfx.service.geocoding.GeocoderComponentRestrictions
 
buildOpenArc(LatLong, LatLong, LatLong) - Static method in class com.lynden.gmapsfx.shapes.ArcBuilder
Builds the path for an open arc based on a PolylineOptions.

C

callback - Variable in class com.lynden.gmapsfx.service.directions.DirectionsService
 
callback - Variable in class com.lynden.gmapsfx.service.geocoding.GeocodingService
 
center - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
 
center(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
 
center(LatLong) - Method in class com.lynden.gmapsfx.shapes.CircleOptions
 
centerProperty() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
centerProperty() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
checkBoolean(Object, Boolean) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
Checks a returned Javascript value where we expect a boolean but could get null.
checkInitialized() - Method in class com.lynden.gmapsfx.GoogleMapView
 
checkInteger(Object, Integer) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
 
checkUndefined(Object) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
JSObject will return the String "undefined" at certain times, so we need to make sure we're not getting a value that looks valid, but isn't.
CIRCLE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
Circle - Class in com.lynden.gmapsfx.shapes
 
Circle() - Constructor for class com.lynden.gmapsfx.shapes.Circle
 
Circle(CircleOptions) - Constructor for class com.lynden.gmapsfx.shapes.Circle
 
CircleOptions - Class in com.lynden.gmapsfx.shapes
 
CircleOptions() - Constructor for class com.lynden.gmapsfx.shapes.CircleOptions
 
clear() - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
Removes all elements from the array.
clickable(boolean) - Method in class com.lynden.gmapsfx.javascript.object.PolylineOptions
 
clickable(boolean) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
 
close() - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
 
com.lynden.gmapsfx - package com.lynden.gmapsfx
 
com.lynden.gmapsfx.javascript - package com.lynden.gmapsfx.javascript
 
com.lynden.gmapsfx.javascript.event - package com.lynden.gmapsfx.javascript.event
 
com.lynden.gmapsfx.javascript.object - package com.lynden.gmapsfx.javascript.object
 
com.lynden.gmapsfx.service.directions - package com.lynden.gmapsfx.service.directions
 
com.lynden.gmapsfx.service.elevation - package com.lynden.gmapsfx.service.elevation
 
com.lynden.gmapsfx.service.geocoding - package com.lynden.gmapsfx.service.geocoding
 
com.lynden.gmapsfx.shapes - package com.lynden.gmapsfx.shapes
 
com.lynden.gmapsfx.zoom - package com.lynden.gmapsfx.zoom
 
content(String) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindowOptions
Content to display in the InfoWindow.
convertJSObjectToListOfEnum(JSObject, Class<T>) - Static method in class com.lynden.gmapsfx.service.geocoding.GeocoderUtils
 
createMap(MapOptions) - Method in class com.lynden.gmapsfx.GoogleMapView
 
createMap() - Method in class com.lynden.gmapsfx.GoogleMapView
 

D

direc - Variable in class com.lynden.gmapsfx.GoogleMapView
 
directions - Variable in class com.lynden.gmapsfx.MainApp
 
DIRECTIONS_DISPLAY - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_DISPLAY_OPTIONS - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_GEOCODED_WAYPOINT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_LEG - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_OPTIONS - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_REQUESTS - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_RESULT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_ROUTE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_SERVICE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_STEP - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DIRECTIONS_WAYPOINT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
DirectionsGeocodedWaypoint - Class in com.lynden.gmapsfx.service.directions
 
DirectionsGeocodedWaypoint() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypoint
 
DirectionsGeocodedWaypoint(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypoint
 
DirectionsGeocodedWaypointStatus - Enum in com.lynden.gmapsfx.service.directions
 
DirectionsLeg - Class in com.lynden.gmapsfx.service.directions
 
DirectionsLeg() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsLeg
 
DirectionsLeg(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsLeg
 
DirectionsPane - Class in com.lynden.gmapsfx.javascript.object
 
DirectionsPane() - Constructor for class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
DirectionsPane(MapOptions) - Constructor for class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
directionsReceived(DirectionsResult, DirectionStatus) - Method in class com.lynden.gmapsfx.MainApp
 
directionsReceived(DirectionsResult, DirectionStatus) - Method in interface com.lynden.gmapsfx.service.directions.DirectionsServiceCallback
 
DirectionsRenderer - Class in com.lynden.gmapsfx.service.directions
 
DirectionsRenderer() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRenderer
 
DirectionsRenderer(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRenderer
 
DirectionsRenderer(boolean, GoogleMap, DirectionsPane) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRenderer
 
DirectionsRequest - Class in com.lynden.gmapsfx.service.directions
 
DirectionsRequest(String, String, TravelModes) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(LatLong, LatLong, TravelModes) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(LatLong, LatLong, TravelModes, DrivingOptions) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(String, String, TravelModes, DrivingOptions) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(LatLong, LatLong, TravelModes, DrivingOptions, DirectionsWaypoint[]) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(String, String, TravelModes, DrivingOptions, DirectionsWaypoint[]) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(LatLong, LatLong, TravelModes, DirectionsWaypoint[]) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(String, String, TravelModes, DirectionsWaypoint[]) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsRequest(String, LatLong, String, LatLong, TravelModes, DrivingOptions, DirectionsWaypoint[]) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
DirectionsResult - Class in com.lynden.gmapsfx.service.directions
 
DirectionsResult() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsResult
 
DirectionsResult(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsResult
 
DirectionsRoute - Class in com.lynden.gmapsfx.service.directions
 
DirectionsRoute() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRoute
 
DirectionsRoute(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsRoute
 
DirectionsService - Class in com.lynden.gmapsfx.service.directions
 
DirectionsService() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsService
 
DirectionsServiceCallback - Interface in com.lynden.gmapsfx.service.directions
 
DirectionsSteps - Class in com.lynden.gmapsfx.service.directions
 
DirectionsSteps() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsSteps
 
DirectionsSteps(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsSteps
 
DirectionStatus - Enum in com.lynden.gmapsfx.service.directions
 
DirectionsWaypoint - Class in com.lynden.gmapsfx.service.directions
 
DirectionsWaypoint() - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
 
DirectionsWaypoint(String) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
 
DirectionsWaypoint(LatLong) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
 
DirectionsWaypoint(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.DirectionsWaypoint
 
disableAutoPan(boolean) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindowOptions
Disable auto-pan on open.
DISTANCE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
Distance - Class in com.lynden.gmapsfx.service.directions
 
Distance(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.Distance
 
Distance(double, String) - Constructor for class com.lynden.gmapsfx.service.directions.Distance
 
distanceFrom(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.LatLong
From v3_epoly.js, calculates the distance between this LatLong point and another.
divArg - Static variable in class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
divArg - Static variable in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
draggable(boolean) - Method in class com.lynden.gmapsfx.javascript.object.PolylineOptions
 
draggable(boolean) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
 
DrivingOptions - Class in com.lynden.gmapsfx.service.directions
 
DrivingOptions(Date) - Constructor for class com.lynden.gmapsfx.service.directions.DrivingOptions
 
DrivingOptions(Date, TrafficModel) - Constructor for class com.lynden.gmapsfx.service.directions.DrivingOptions
 
DURATION - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
Duration - Class in com.lynden.gmapsfx.service.directions
 
Duration(JSObject) - Constructor for class com.lynden.gmapsfx.service.directions.Duration
 
Duration(double, String) - Constructor for class com.lynden.gmapsfx.service.directions.Duration
 

E

EarthRadiusMeters - Static variable in class com.lynden.gmapsfx.javascript.object.LatLong
 
editable(boolean) - Method in class com.lynden.gmapsfx.javascript.object.PolylineOptions
 
editable(boolean) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
 
ELEVATION_RESULT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
ELEVATION_SERVICE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
ElevationResult - Class in com.lynden.gmapsfx.service.elevation
Encapsulates the response from the ElevationService for one particular location.
ElevationResult(JSObject) - Constructor for class com.lynden.gmapsfx.service.elevation.ElevationResult
 
ElevationService - Class in com.lynden.gmapsfx.service.elevation
Makes a request to the Google Maps Elevation Service.
ElevationService() - Constructor for class com.lynden.gmapsfx.service.elevation.ElevationService
 
ElevationServiceCallback - Interface in com.lynden.gmapsfx.service.elevation
Parties interested in receiving the results from a call to the ElevationService must implement this interface.
elevationsReceived(ElevationResult[], ElevationStatus) - Method in class com.lynden.gmapsfx.MainApp
 
elevationsReceived(ElevationResult[], ElevationStatus) - Method in interface com.lynden.gmapsfx.service.elevation.ElevationServiceCallback
 
ElevationStatus - Enum in com.lynden.gmapsfx.service.elevation
Status responses from the ElevationService.
engine - Static variable in class com.lynden.gmapsfx.javascript.JavascriptRuntime
 
equals(Size) - Method in class com.lynden.gmapsfx.javascript.object.Size
 
EventHandlers - Class in com.lynden.gmapsfx.javascript.event
This object forms the bridge between Javascript events and the Java events.
EventHandlers() - Constructor for class com.lynden.gmapsfx.javascript.event.EventHandlers
 
execute(String) - Method in interface com.lynden.gmapsfx.javascript.IJavascriptRuntime
Execute the specified command returning a value (if any)
execute(String) - Method in class com.lynden.gmapsfx.javascript.JavascriptRuntime
Execute the specified command returning a value (if any)
executeJavascript(String) - Method in class com.lynden.gmapsfx.GoogleMapView
 
executeScript(String) - Method in interface com.lynden.gmapsfx.javascript.IWebEngine
Executes the specified JavaScript Command
executeScript(String) - Method in class com.lynden.gmapsfx.javascript.JavaFxWebEngine
Executes the specified JavaScript Command

F

FillableMapShapeOptions<T extends FillableMapShapeOptions> - Class in com.lynden.gmapsfx.shapes
Options for a MapShape that is fillable.
FillableMapShapeOptions() - Constructor for class com.lynden.gmapsfx.shapes.FillableMapShapeOptions
 
fillColor(String) - Method in class com.lynden.gmapsfx.shapes.FillableMapShapeOptions
 
fillOpacity(double) - Method in class com.lynden.gmapsfx.shapes.FillableMapShapeOptions
 
fireMapInitializedListeners() - Method in class com.lynden.gmapsfx.GoogleMapView
 
fireMapReadyListeners() - Method in class com.lynden.gmapsfx.GoogleMapView
 
fitBounds(LatLongBounds) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
fitBounds(LatLongBounds) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
forEach(String) - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
Iterates over the elements within the array, calling the supplied function for each member.
fromLatLngToPoint(LatLong) - Method in class com.lynden.gmapsfx.GoogleMapView
 
fromLatLngToPoint(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
Returns the screen point for the provided LatLong.
fromLatLngToPoint(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
Returns the screen point for the provided LatLong.
fromLatLngToPoint(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.Projection
 
functionLines - Variable in class com.lynden.gmapsfx.javascript.JavascriptFunction
 
functionName - Variable in class com.lynden.gmapsfx.javascript.JavascriptFunction
Attempt to create a function as an object var myCallback = function( argX ) { someVariable.someMethod( argX ); someOtherVariable.someOtherMethod(); }

G

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 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.javascript.object.PolylineOptions
 
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
 
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
 
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.object.DirectionsPane
 
getLatLong() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
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.GoogleMapView
 
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
 
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.
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
 
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.JSListener - Class in com.lynden.gmapsfx
 

H

handle() - Method in interface com.lynden.gmapsfx.javascript.event.StateEventHandler
 
handle(JSObject) - Method in interface com.lynden.gmapsfx.javascript.event.UIEventHandler
 
handleStateEvent(String) - Method in class com.lynden.gmapsfx.javascript.event.EventHandlers
This method is called from Javascript, passing in the previously created callback key.
handleUIEvent(String, JSObject) - Method in class com.lynden.gmapsfx.javascript.event.EventHandlers
This method is called from Javascript, passing in the previously created callback key, and the event object.
height - Variable in class com.lynden.gmapsfx.javascript.object.Size
 
heightUnit - Variable in class com.lynden.gmapsfx.javascript.object.Size
 
HYBRID - Static variable in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
 

I

icon - Variable in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
icon(String) - Method in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
IJavascriptRuntime - Interface in com.lynden.gmapsfx.javascript
An interface for interacting with a JavaScript environment which includes methods for building strings that represent functions and constructors as well as providing a means to execute commands.
indexOf(Object) - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
 
INFO_WINDOW - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
INFO_WINDOW_TYPE - Static variable in class com.lynden.gmapsfx.javascript.object.InfoWindow
 
InfoWindow - Class in com.lynden.gmapsfx.javascript.object
An overlay that looks like a bubble and is often connected to a marker.
InfoWindow() - Constructor for class com.lynden.gmapsfx.javascript.object.InfoWindow
 
InfoWindow(InfoWindowOptions) - Constructor for class com.lynden.gmapsfx.javascript.object.InfoWindow
 
InfoWindowOptions - Class in com.lynden.gmapsfx.javascript.object
Options for setting an InfoWindow on a Map.
InfoWindowOptions() - Constructor for class com.lynden.gmapsfx.javascript.object.InfoWindowOptions
Default constructor
init() - Method in class com.lynden.gmapsfx.GoogleMapView
 
initialized - Variable in class com.lynden.gmapsfx.GoogleMapView
 
insertAt(int, JavascriptObject) - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
Inserts the supplied element at the specified index in the array.
invokeJavascript(String) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
Invokes a JavaScript function that takes no arguments.
invokeJavascript(String, Object...) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
Invoke the specified JavaScript function in the JavaScript runtime.
invokeJavascriptReturnValue(String, Class<T>) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
Invokes a JavaScript function that takes no arguments.
invokeJavascriptReturnValue(String, Class<T>, Object...) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
Invoke the specified JavaScript function in the JavaScript runtime.
isMemberDefined(String) - Method in class com.lynden.gmapsfx.javascript.JavascriptObject
 
isPartialMatch() - Method in class com.lynden.gmapsfx.service.directions.DirectionsGeocodedWaypoint
 
isPartialMatch() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
 
IWebEngine - Interface in com.lynden.gmapsfx.javascript
Provides an abstraction to the web engine, so that a mock engine can be utilized in unit tests, or a different web engine could be utilized in future versions of this framework.

J

JavaFxWebEngine - Class in com.lynden.gmapsfx.javascript
This class provides an implementation of the IWebEngine interface utilizing a javafx.scene.web.WebEngine as the underlying engine.
JavaFxWebEngine(WebEngine) - Constructor for class com.lynden.gmapsfx.javascript.JavaFxWebEngine
Builds a new engine utilizing the specified JavaFX WebEngine
JavascriptArray - Class in com.lynden.gmapsfx.javascript
JavascriptObject implementation of an array.
JavascriptArray() - Constructor for class com.lynden.gmapsfx.javascript.JavascriptArray
 
JavascriptEnum - Class in com.lynden.gmapsfx.javascript
 
JavascriptEnum(String, String) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptEnum
 
JavascriptFunction - Class in com.lynden.gmapsfx.javascript
 
JavascriptFunction(String, List<String>, List<JavascriptFunctionLine>) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptFunction
 
JavascriptFunctionLine - Class in com.lynden.gmapsfx.javascript
 
JavascriptFunctionLine(JavascriptObject, String, List<Object>) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptFunctionLine
 
JavascriptObject - Class in com.lynden.gmapsfx.javascript
Base class for any Google JavaScript object.
JavascriptObject() - Constructor for class com.lynden.gmapsfx.javascript.JavascriptObject
 
JavascriptObject(String) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptObject
 
JavascriptObject(String, String) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptObject
Builds a new JavascriptObject based on a string representation of the object.
JavascriptObject(String, Object...) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptObject
 
JavascriptObject(String, Object[], boolean) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptObject
 
JavascriptObject(String, JSObject) - Constructor for class com.lynden.gmapsfx.javascript.JavascriptObject
Wraps a Javascript JSObject returned from a function.
JavascriptRuntime - Class in com.lynden.gmapsfx.javascript
Class for interacting with the JavaScript environment.
JavascriptRuntime() - Constructor for class com.lynden.gmapsfx.javascript.JavascriptRuntime
 
JSListener() - Constructor for class com.lynden.gmapsfx.GoogleMapView.JSListener
 
jsObject - Variable in class com.lynden.gmapsfx.javascript.JavascriptFunctionLine
 
jsObject - Variable in class com.lynden.gmapsfx.javascript.JavascriptObject
 

L

lastIndexOf(Object) - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
 
LAT_LNG - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
LAT_LNG_BOUNDS - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
LatLong - Class in com.lynden.gmapsfx.javascript.object
 
LatLong(double, double) - Constructor for class com.lynden.gmapsfx.javascript.object.LatLong
 
LatLong(JSObject) - Constructor for class com.lynden.gmapsfx.javascript.object.LatLong
 
LatLongBounds - Class in com.lynden.gmapsfx.javascript.object
 
LatLongBounds() - Constructor for class com.lynden.gmapsfx.javascript.object.LatLongBounds
 
LatLongBounds(LatLong, LatLong) - Constructor for class com.lynden.gmapsfx.javascript.object.LatLongBounds
 
LatLongBounds(JSObject) - Constructor for class com.lynden.gmapsfx.javascript.object.LatLongBounds
 
latToRadians() - Method in class com.lynden.gmapsfx.javascript.object.LatLong
Convenience method to convert the latitude of this LatLong to radians.
length() - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
Get the length of the array.
load(String) - Method in interface com.lynden.gmapsfx.javascript.IWebEngine
Loads the specified URL
load(String) - Method in class com.lynden.gmapsfx.javascript.JavaFxWebEngine
Loads the specified URL
LocationElevationRequest - Class in com.lynden.gmapsfx.service.elevation
Creates a request that can be passed in to the ElevationService to get the elevations for a number of locations.
LocationElevationRequest() - Constructor for class com.lynden.gmapsfx.service.elevation.LocationElevationRequest
 
LocationElevationRequest(LatLong[]) - Constructor for class com.lynden.gmapsfx.service.elevation.LocationElevationRequest
 
log(String) - Method in class com.lynden.gmapsfx.GoogleMapView.JSListener
 
longToRadians() - Method in class com.lynden.gmapsfx.javascript.object.LatLong
Convenience method to convert the longitude of this LatLong to radians.

M

main(String[]) - Static method in class com.lynden.gmapsfx.ArrayTester
 
main(String[]) - Static method in class com.lynden.gmapsfx.MainApp
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
 
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_ENUM - Static variable in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
 
mapComponent - Variable in class com.lynden.gmapsfx.MainApp
 
MapComponentInitializedListener - Interface in com.lynden.gmapsfx
 
mapInitialized() - Method in class com.lynden.gmapsfx.MainApp
 
mapInitialized() - Method in interface com.lynden.gmapsfx.MapComponentInitializedListener
 
mapInitializedListeners - Variable in class com.lynden.gmapsfx.GoogleMapView
 
mapMarker - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
 
mapMarker(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
 
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
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.
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
 
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
 

N

name - Variable in class com.lynden.gmapsfx.javascript.JavascriptEnum
 

O

object - Variable in class com.lynden.gmapsfx.javascript.JavascriptFunctionLine
 
OBJECT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
objectCounter - Static variable in class com.lynden.gmapsfx.javascript.JavascriptObject
 
open(GoogleMap) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
 
open(GoogleMap, Marker) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindow
 
options - Variable in class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
options - Variable in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
overviewMapControl - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
 
overviewMapControl(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
 

P

panBy(double, double) - Method in class com.lynden.gmapsfx.GoogleMapView
 
panBy(double, double) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
Pans the map by the supplied values.
panBy(double, double) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
Pans the map by the supplied values.
panControl - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
 
panControl(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
 
PANE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
path(MVCArray) - Method in class com.lynden.gmapsfx.javascript.object.PolylineOptions
 
path(MVCArray) - Method in class com.lynden.gmapsfx.shapes.PolylineOptions
 
PathElevationRequest - Class in com.lynden.gmapsfx.service.elevation
 
PathElevationRequest() - Constructor for class com.lynden.gmapsfx.service.elevation.PathElevationRequest
 
PathElevationRequest(LatLong[], int) - Constructor for class com.lynden.gmapsfx.service.elevation.PathElevationRequest
 
paths(MVCArray) - Method in class com.lynden.gmapsfx.shapes.PolygonOptions
 
peerRegistry - Static variable in class com.lynden.gmapsfx.javascript.JavascriptObject
 
pixelOffset(Size) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindowOptions
The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
POINT - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
POLYGON - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
Polygon - Class in com.lynden.gmapsfx.shapes
 
Polygon() - Constructor for class com.lynden.gmapsfx.shapes.Polygon
 
Polygon(PolygonOptions) - Constructor for class com.lynden.gmapsfx.shapes.Polygon
 
PolygonOptions - Class in com.lynden.gmapsfx.shapes
 
PolygonOptions() - Constructor for class com.lynden.gmapsfx.shapes.PolygonOptions
 
POLYLINE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
Polyline - Class in com.lynden.gmapsfx.javascript.object
Wraps a google.maps.Polyline object.
Polyline() - Constructor for class com.lynden.gmapsfx.javascript.object.Polyline
 
Polyline(PolylineOptions) - Constructor for class com.lynden.gmapsfx.javascript.object.Polyline
 
Polyline - Class in com.lynden.gmapsfx.shapes
Wraps a google.maps.Polyline object.
Polyline() - Constructor for class com.lynden.gmapsfx.shapes.Polyline
 
Polyline(PolylineOptions) - Constructor for class com.lynden.gmapsfx.shapes.Polyline
 
PolylineOptions - Class in com.lynden.gmapsfx.javascript.object
 
PolylineOptions() - Constructor for class com.lynden.gmapsfx.javascript.object.PolylineOptions
 
PolylineOptions - Class in com.lynden.gmapsfx.shapes
 
PolylineOptions() - Constructor for class com.lynden.gmapsfx.shapes.PolylineOptions
 
pop() - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
 
pop() - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
Removes and returns the last element of the array
position(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindowOptions
The LatLng at which to display this InfoWindow.
position - Variable in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
position(LatLong) - Method in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
processResponse(Object, Object) - Method in class com.lynden.gmapsfx.service.directions.DirectionsService
 
processResponse(Object, Object) - Method in class com.lynden.gmapsfx.service.elevation.ElevationService
Processess the Javascript response and generates the required objects that are then passed back to the original callback.
processResponse(Object, Object) - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingService
 
processResponse(Object) - Method in class com.lynden.gmapsfx.zoom.MaxZoomService
Processess the Javascript response and generates the required objects that are then passed back to the original callback.
PROJECTION - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
Projection - Class in com.lynden.gmapsfx.javascript.object
 
Projection(JSObject) - Constructor for class com.lynden.gmapsfx.javascript.object.Projection
 
push(Object) - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
 
push(JavascriptObject) - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
Adds the supplied element onto the end of the array, then returns the length of the array.

R

radius(double) - Method in class com.lynden.gmapsfx.shapes.CircleOptions
 
RECTANGLE - Static variable in interface com.lynden.gmapsfx.javascript.object.GMapObjectType
 
Rectangle - Class in com.lynden.gmapsfx.shapes
 
Rectangle() - Constructor for class com.lynden.gmapsfx.shapes.Rectangle
 
Rectangle(RectangleOptions) - Constructor for class com.lynden.gmapsfx.shapes.Rectangle
 
RectangleOptions - Class in com.lynden.gmapsfx.shapes
 
RectangleOptions() - Constructor for class com.lynden.gmapsfx.shapes.RectangleOptions
 
registerHandler(GFXEventHandler) - Method in class com.lynden.gmapsfx.javascript.event.EventHandlers
Registers a handler and returns the callback key to be passed to Javascript.
removeAt(int) - Method in class com.lynden.gmapsfx.javascript.object.MVCArray
Removes and discards the item at the specified index.
removeMapInitializedListener(MapComponentInitializedListener) - Method in class com.lynden.gmapsfx.GoogleMapView
 
removeMapShape(MapShape) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
removeMapShape(MapShape) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
removeMarker(Marker) - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
removeMarker(Marker) - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
removeReadyListener(MapReadyListener) - Method in class com.lynden.gmapsfx.GoogleMapView
 
renderer - Variable in class com.lynden.gmapsfx.service.directions.DirectionsService
 
reverse() - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
 
reverseGeocode(double, double, GeocodingServiceCallback) - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingService
 
ROADMAP - Static variable in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
 
rotateControl - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
 
rotateControl(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
 
runtime - Variable in class com.lynden.gmapsfx.javascript.JavascriptEnum
 
runtime - Variable in class com.lynden.gmapsfx.javascript.JavascriptObject
 
runtime - Static variable in class com.lynden.gmapsfx.javascript.JavascriptRuntime
 

S

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
 
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.
setDraggable(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapShape
 
setEditable(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapShape
 
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
 
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.javascript.object.Polyline
This method is called from the GoogleMap.addPolyline() 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
 
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
 
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.MainApp
 
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.javascript.object.PolylineOptions
 
strokeColor(String) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
 
strokeOpacity(double) - Method in class com.lynden.gmapsfx.javascript.object.PolylineOptions
 
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.javascript.object.PolylineOptions
 
strokeWeight(double) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
 

T

TERRAIN - Static variable in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
 
title - Variable in class com.lynden.gmapsfx.javascript.object.Marker
 
title - Variable in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
title(String) - Method in class com.lynden.gmapsfx.javascript.object.MarkerOptions
 
toString() - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
 
toString() - Method in enum com.lynden.gmapsfx.javascript.object.Animation
 
toString() - Method in class com.lynden.gmapsfx.javascript.object.GMapPoint
 
toString() - Method in class com.lynden.gmapsfx.javascript.object.LatLong
 
toString() - Method in class com.lynden.gmapsfx.javascript.object.LatLongBounds
 
toString() - Method in class com.lynden.gmapsfx.javascript.object.MapTypeIdEnum
 
toString() - Method in class com.lynden.gmapsfx.javascript.object.Size
 
toString() - Method in class com.lynden.gmapsfx.service.directions.DirectionsLeg
 
toString() - Method in class com.lynden.gmapsfx.service.directions.DirectionsRenderer
 
toString() - Method in class com.lynden.gmapsfx.service.directions.DirectionsRequest
 
toString() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderAddressComponent
 
toString() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderGeometry
 
toString() - Method in class com.lynden.gmapsfx.service.geocoding.GeocoderRequest
 
toString() - Method in class com.lynden.gmapsfx.service.geocoding.GeocodingResult
 
TrafficModel - Enum in com.lynden.gmapsfx.service.directions
 
TravelModes - Enum in com.lynden.gmapsfx.service.directions
 
type - Variable in class com.lynden.gmapsfx.javascript.JavascriptEnum
 
typeString - Variable in enum com.lynden.gmapsfx.javascript.object.Animation
 

U

UIEventHandler - Interface in com.lynden.gmapsfx.javascript.event
Handles Google Maps UI events.
UIEventType - Enum in com.lynden.gmapsfx.javascript.event
Enum containing the strings for the event types passed to the Google Maps APIs for UI events.
unshift(Object) - Method in class com.lynden.gmapsfx.javascript.JavascriptArray
 

V

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.javascript.object.PolylineOptions
 
visible(boolean) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
 

W

webengine - Variable in class com.lynden.gmapsfx.ArrayTester
 
webengine - Variable in class com.lynden.gmapsfx.GoogleMapView
 
webEngine - Variable in class com.lynden.gmapsfx.javascript.JavaFxWebEngine
 
webview - Variable in class com.lynden.gmapsfx.ArrayTester
 
webview - Variable in class com.lynden.gmapsfx.GoogleMapView
 
width - Variable in class com.lynden.gmapsfx.javascript.object.Size
 
widthUnit - Variable in class com.lynden.gmapsfx.javascript.object.Size
 

Z

zIndex(int) - Method in class com.lynden.gmapsfx.javascript.object.InfoWindowOptions
All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values.
zIndex(int) - Method in class com.lynden.gmapsfx.javascript.object.PolylineOptions
 
zIndex(int) - Method in class com.lynden.gmapsfx.shapes.MapShapeOptions
 
zoom - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
 
zoom(int) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
 
zoomControl - Variable in class com.lynden.gmapsfx.javascript.object.MapOptions
 
zoomControl(boolean) - Method in class com.lynden.gmapsfx.javascript.object.MapOptions
 
zoomProperty() - Method in class com.lynden.gmapsfx.javascript.object.DirectionsPane
 
zoomProperty() - Method in class com.lynden.gmapsfx.javascript.object.GoogleMap
 
A B C D E F G H I J L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016. All Rights Reserved.