| Modifier and Type | Class and Description |
|---|---|
class |
JavascriptArray
JavascriptObject implementation of an array.
|
class |
JavascriptFunction |
| Modifier and Type | Field and Description |
|---|---|
protected JavascriptObject |
JavascriptFunctionLine.object |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<netscape.javascript.JSObject,JavascriptObject> |
JavascriptObject.peerRegistry |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavascriptObject.setProperty(String propertyName,
JavascriptObject propertyValue)
Sets a property on this Javascript object for which the value is a
Javascript object itself.
|
| Constructor and Description |
|---|
JavascriptFunctionLine(JavascriptObject object,
String method,
List<Object> args) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusteredGoogleMap
User: twalcari
Date: 1/9/2015
Time: 11:59
|
class |
DirectionsPane |
class |
GMapPoint |
class |
GoogleMap |
class |
InfoWindow
An overlay that looks like a bubble and is often connected to a marker.
|
class |
InfoWindowOptions
Options for setting an InfoWindow on a Map.
|
class |
LatLong |
class |
LatLongBounds |
class |
MapOptions |
class |
MapShape |
class |
Marker
Marker which can be placed on a GoogleMap.
|
class |
MarkerClusterer
User: twalcari
Date: 1/9/2015
Time: 12:01
|
class |
MarkerOptions |
class |
MVCArray
This javascript object current takes JavascriptObjects as parameters, but
returns JSObjects, as it doesn't know what has been placed within it.
|
class |
Projection |
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleMap.addUIEventHandler(JavascriptObject obj,
UIEventType type,
UIEventHandler h)
Adds a handler for a mouse type event on the map.
|
void |
DirectionsPane.addUIEventHandler(JavascriptObject obj,
UIEventType type,
UIEventHandler h)
Adds a handler for a mouse type event on the map.
|
protected void |
GoogleMap.addUIHandler(JavascriptObject obj,
UIEventType type,
GFXEventHandler h) |
void |
MVCArray.insertAt(int idx,
JavascriptObject elem)
Inserts the supplied element at the specified index in the array.
|
int |
MVCArray.push(JavascriptObject obj)
Adds the supplied element onto the end of the array, then returns the
length of the array.
|
void |
MVCArray.setAt(int idx,
JavascriptObject obj)
Sets the supplied object at the supplied index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectionsGeocodedWaypoint |
class |
DirectionsLeg |
class |
DirectionsRenderer |
class |
DirectionsRequest |
class |
DirectionsResult |
class |
DirectionsRoute |
class |
DirectionsService |
class |
DirectionsSteps |
class |
DirectionsWaypoint |
class |
Distance |
class |
DrivingOptions |
class |
Duration |
| Modifier and Type | Class and Description |
|---|---|
class |
ElevationResult
Encapsulates the response from the ElevationService for one particular
location.
|
class |
ElevationService
Makes a request to the Google Maps Elevation Service.
|
class |
LocationElevationRequest
Creates a request that can be passed in to the
ElevationService to
get the elevations for a number of locations. |
class |
PathElevationRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
GeocoderAddressComponent |
class |
GeocoderComponentRestrictions |
class |
GeocoderGeometry |
class |
GeocoderRequest |
class |
GeocodingResult |
class |
GeocodingService |
| Modifier and Type | Class and Description |
|---|---|
class |
Circle |
class |
CircleOptions |
class |
FillableMapShapeOptions<T extends FillableMapShapeOptions>
Options for a MapShape that is fillable.
|
class |
MapShapeOptions<T extends MapShapeOptions>
Abstract base class for our shape options, as they all have a lot of
common properties.
|
class |
Polygon |
class |
PolygonOptions |
class |
Polyline
Wraps a google.maps.Polyline object.
|
class |
PolylineOptions |
class |
Rectangle |
class |
RectangleOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxZoomResult |
class |
MaxZoomService |
Copyright © 2017. All rights reserved.