All Classes
| Class | Description |
|---|---|
| Animation | |
| ArcBuilder |
Builds a Polygon or Polyline in the shape of an Arc.
|
| ArrayTester | |
| Circle | |
| CircleOptions | |
| ClusteredGoogleMap |
User: twalcari
Date: 1/9/2015
Time: 11:59
|
| ClusteredGoogleMapView |
User: twalcari
Date: 1/9/2015
Time: 11:51
|
| ClusteredMainApp |
Example Application for creating and loading a GoogleMap into a JavaFX
application
|
| DirectionsGeocodedWaypoint | |
| DirectionsGeocodedWaypointStatus | |
| DirectionsLeg | |
| DirectionsPane | |
| DirectionsRenderer | |
| DirectionsRequest | |
| DirectionsResult | |
| DirectionsRoute | |
| DirectionsService | |
| DirectionsServiceCallback | |
| DirectionsSteps | |
| DirectionStatus | |
| DirectionsWaypoint | |
| Distance | |
| DrivingOptions | |
| Duration | |
| ElevationResult |
Encapsulates the response from the ElevationService for one particular
location.
|
| ElevationService |
Makes a request to the Google Maps Elevation Service.
|
| ElevationServiceCallback |
Parties interested in receiving the results from a call to the
ElevationService must implement this interface. |
| ElevationStatus |
Status responses from the ElevationService.
|
| EventHandlers |
This object forms the bridge between Javascript events and the Java events.
|
| FillableMapShapeOptions<T extends FillableMapShapeOptions> |
Options for a MapShape that is fillable.
|
| GeocoderAddressComponent | |
| GeocoderAddressComponentType | |
| GeocoderComponentRestrictions | |
| GeocoderGeometry | |
| GeocoderLocationType | |
| GeocoderRequest | |
| GeocoderStatus | |
| GeocoderUtils | |
| GeocodingResult | |
| GeocodingService | |
| GeocodingServiceCallback | |
| GestureHandlingType |
Constrained set of values for the GestureHandling option in MapOptions.
|
| GFXEventHandler |
A tagging interface to allow us to store all event handlers in the one
EventHandlers object. |
| GMapMouseEvent | |
| GMapObjectType | |
| GMapPoint | |
| GoogleMap | |
| GoogleMapView | |
| IJavascriptRuntime |
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.
|
| InfoWindow |
An overlay that looks like a bubble and is often connected to a marker.
|
| InfoWindowOptions |
Options for setting an InfoWindow on a Map.
|
| IWebEngine |
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.
|
| JavaFxWebEngine |
This class provides an implementation of the IWebEngine interface utilizing
a javafx.scene.web.WebEngine as the underlying engine.
|
| JavascriptArray |
JavascriptObject implementation of an array.
|
| JavascriptEnum | |
| JavascriptFunction | |
| JavascriptFunctionLine | |
| JavascriptObject |
Base class for any Google JavaScript object.
|
| JavascriptRuntime |
Class for interacting with the JavaScript environment.
|
| LatLong | |
| LatLongBounds | |
| LocationElevationRequest |
Creates a request that can be passed in to the
ElevationService to
get the elevations for a number of locations. |
| MainApp |
Example Application for creating and loading a GoogleMap into a JavaFX
application
|
| MainApp2 |
Example Application for creating and loading a GoogleMap into a JavaFX
application
|
| MapComponentInitializedListener | |
| MapNotInitializedException | |
| MapOptions | |
| MapReadyListener |
A MapReadyListener is called when the MapOptions have been loaded and the
Javascript map object is set up ready to be accessed.
|
| MapShape | |
| MapShapeOptions<T extends MapShapeOptions> |
Abstract base class for our shape options, as they all have a lot of
common properties.
|
| MapStateEventType |
An enum of Google Maps state events for the Map object.
|
| MapTypeIdEnum | |
| Marker |
Marker which can be placed on a GoogleMap.
|
| MarkerClusterer |
User: twalcari
Date: 1/9/2015
Time: 12:01
|
| MarkerClustererObjectType |
User: twalcari
Date: 1/9/2015
Time: 12:04
|
| MarkerImageFactory | |
| MarkerOptions | |
| MaxZoomResult | |
| MaxZoomService | |
| MaxZoomServiceCallback | |
| MaxZoomStatus | |
| MouseEventHandler | |
| MVCArray |
This javascript object current takes JavascriptObjects as parameters, but
returns JSObjects, as it doesn't know what has been placed within it.
|
| PathElevationRequest | |
| Polygon | |
| PolygonOptions | |
| Polyline |
Wraps a google.maps.Polyline object.
|
| PolylineOptions | |
| Projection | |
| Rectangle | |
| RectangleOptions | |
| Size |
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.
|
| StateEventHandler |
Handles Google Maps state events, which are called without any parameters.
|
| StrokePosition |
From google.maps.StrokePosition
|
| TrafficModel | |
| TravelModes | |
| UIEventHandler |
Handles Google Maps UI events.
|
| UIEventType |
Enum containing the strings for the event types passed to the Google Maps
APIs for UI events.
|