Uses of Class
com.dlsc.gmapsfx.javascript.JavascriptObject
-
Uses of JavascriptObject in com.dlsc.gmapsfx.javascript
Subclasses of JavascriptObject in com.dlsc.gmapsfx.javascript Modifier and Type Class Description classJavascriptArrayJavascriptObject implementation of an array.classJavascriptFunctionFields in com.dlsc.gmapsfx.javascript declared as JavascriptObject Modifier and Type Field Description protected JavascriptObjectJavascriptFunctionLine. objectFields in com.dlsc.gmapsfx.javascript with type parameters of type JavascriptObject Modifier and Type Field Description protected static Map<JSObject,JavascriptObject>JavascriptObject. peerRegistryMethods in com.dlsc.gmapsfx.javascript with parameters of type JavascriptObject Modifier and Type Method Description protected voidJavascriptObject. setProperty(String propertyName, JavascriptObject propertyValue)Sets a property on this Javascript object for which the value is a Javascript object itself.Constructors in com.dlsc.gmapsfx.javascript with parameters of type JavascriptObject Constructor Description JavascriptFunctionLine(JavascriptObject object, String method, List<Object> args) -
Uses of JavascriptObject in com.dlsc.gmapsfx.javascript.object
Subclasses of JavascriptObject in com.dlsc.gmapsfx.javascript.object Modifier and Type Class Description classClusteredGoogleMapUser: twalcari Date: 1/9/2015 Time: 11:59classDirectionsPaneclassGMapPointclassGoogleMapclassInfoWindowAn overlay that looks like a bubble and is often connected to a marker.classInfoWindowOptionsOptions for setting an InfoWindow on a Map.classLatLongclassLatLongBoundsclassMapOptionsclassMapShapeclassMarkerMarker which can be placed on a GoogleMap.classMarkerClustererUser: twalcari Date: 1/9/2015 Time: 12:01classMarkerOptionsclassMVCArrayThis javascript object current takes JavascriptObjects as parameters, but returns JSObjects, as it doesn't know what has been placed within it.classProjectionclassSizeSize 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.Methods in com.dlsc.gmapsfx.javascript.object with parameters of type JavascriptObject Modifier and Type Method Description voidDirectionsPane. addUIEventHandler(JavascriptObject obj, UIEventType type, UIEventHandler h)Adds a handler for a mouse type event on the map.voidGoogleMap. addUIEventHandler(JavascriptObject obj, UIEventType type, UIEventHandler h)Adds a handler for a mouse type event on the map.protected voidGoogleMap. addUIHandler(JavascriptObject obj, UIEventType type, GFXEventHandler h)voidMVCArray. insertAt(int idx, JavascriptObject elem)Inserts the supplied element at the specified index in the array.intMVCArray. push(JavascriptObject obj)Adds the supplied element onto the end of the array, then returns the length of the array.voidMVCArray. setAt(int idx, JavascriptObject obj)Sets the supplied object at the supplied index. -
Uses of JavascriptObject in com.dlsc.gmapsfx.service.directions
Subclasses of JavascriptObject in com.dlsc.gmapsfx.service.directions Modifier and Type Class Description classDirectionsGeocodedWaypointclassDirectionsLegclassDirectionsRendererclassDirectionsRequestclassDirectionsResultclassDirectionsRouteclassDirectionsServiceclassDirectionsStepsclassDirectionsWaypointclassDistanceclassDrivingOptionsclassDuration -
Uses of JavascriptObject in com.dlsc.gmapsfx.service.elevation
Subclasses of JavascriptObject in com.dlsc.gmapsfx.service.elevation Modifier and Type Class Description classElevationResultEncapsulates the response from the ElevationService for one particular location.classElevationServiceMakes a request to the Google Maps Elevation Service.classLocationElevationRequestCreates a request that can be passed in to theElevationServiceto get the elevations for a number of locations.classPathElevationRequest -
Uses of JavascriptObject in com.dlsc.gmapsfx.service.geocoding
Subclasses of JavascriptObject in com.dlsc.gmapsfx.service.geocoding Modifier and Type Class Description classGeocoderAddressComponentclassGeocoderComponentRestrictionsclassGeocoderGeometryclassGeocoderRequestclassGeocodingResultclassGeocodingService -
Uses of JavascriptObject in com.dlsc.gmapsfx.shapes
Subclasses of JavascriptObject in com.dlsc.gmapsfx.shapes Modifier and Type Class Description classCircleclassCircleOptionsclassFillableMapShapeOptions<T extends FillableMapShapeOptions>Options for a MapShape that is fillable.classMapShapeOptions<T extends MapShapeOptions>Abstract base class for our shape options, as they all have a lot of common properties.classPolygonclassPolygonOptionsclassPolylineWraps a google.maps.Polyline object.classPolylineOptionsclassRectangleclassRectangleOptions -
Uses of JavascriptObject in com.dlsc.gmapsfx.zoom
Subclasses of JavascriptObject in com.dlsc.gmapsfx.zoom Modifier and Type Class Description classMaxZoomResultclassMaxZoomService