Modifier and Type | Method and Description |
---|---|
MVCArray<Element> |
MapWidget.getControls()
TODO gets Additional controls to attach to the map.
|
MVCArray<Element> |
MapImpl.getControls()
TODO gets Additional controls to attach to the map.
|
MVCArray<Element> |
MapWidget.getControls(ControlPosition controlPosition)
returns all controls for a controlPosition
|
MVCArray<Element> |
MapImpl.getControls(ControlPosition controlPosition)
returns all controls for a controlPosition
|
MVCArray<JavaScriptObject> |
MapWidget.getOverlayMapTypes()
TODO gets Additional map types to overlay.
|
MVCArray<JavaScriptObject> |
MapImpl.getOverlayMapTypes()
TODO gets Additional map types to overlay.
|
Modifier and Type | Method and Description |
---|---|
void |
MapWidget.setControls(MVCArray<Element> controls)
TODO sets Additional controls to attach to the map.
|
void |
MapImpl.setControls(MVCArray<Element> controls)
TODO sets Additional controls to attach to the map.
|
void |
MapWidget.setOverlayMapTypes(MVCArray<JavaScriptObject> overlayMapTypes)
TODO sets Additional map types to overlay.
|
void |
MapImpl.setOverlayMapTypes(MVCArray<JavaScriptObject> overlayMapTypes)
TODO sets Additional map types to overlay.
|
Modifier and Type | Method and Description |
---|---|
static double |
SphericalUtils.computeArea(MVCArray<LatLng> loop)
Computes the area of the given loop.
|
static double |
SphericalUtils.computeArea(MVCArray<LatLng> loop,
int radius)
Computes the area of the given loop.
|
static double |
SphericalUtils.computeLength(MVCArray<LatLng> path)
Computes the length of the given path.
|
static double |
SphericalUtils.computeLength(MVCArray<LatLng> path,
int radius)
Computes the length of the given path.
|
static double |
SphericalUtils.computeSignedArea(MVCArray<LatLng> loop)
Computes the signed area of the given loop.
|
static double |
SphericalUtils.computeSignedArea(MVCArray<LatLng> loop,
int radius)
Computes the signed area of the given loop.
|
static String |
EncodingUtils.encodePath(MVCArray<LatLng> path)
Encodes a sequence of LatLngs into an encoded path string.
|
Modifier and Type | Method and Description |
---|---|
static <T extends JavaScriptObject> |
MVCArray.newInstance()
A mutable MVC Array.
|
static <T extends JavaScriptObject> |
MVCArray.newInstance(JsArray<T> array)
A mutable MVC Array.
|
static <T extends JavaScriptObject> |
MVCArray.newInstance(T... array)
A mutable MVC Array.
|
Modifier and Type | Method and Description |
---|---|
MVCArray<LatLng> |
PolylineOptions.getPath_MVCArray()
gets The ordered sequence of coordinates of the Polyline.
|
MVCArray<LatLng> |
Polyline.getPath()
Retrieves the first path.
|
MVCArray<LatLng> |
Polygon.getPath()
Retrieves the first path.
|
MVCArray<LatLng> |
PolygonOptions.getPaths_MVCArray() |
MVCArray<MVCArray<LatLng>> |
Polygon.getPaths()
Retrieves the paths for this polygon.
|
MVCArray<MVCArray<LatLng>> |
PolygonOptions.getPathss_MVCArray() |
Modifier and Type | Method and Description |
---|---|
MVCArray<MVCArray<LatLng>> |
Polygon.getPaths()
Retrieves the paths for this polygon.
|
MVCArray<MVCArray<LatLng>> |
PolygonOptions.getPathss_MVCArray() |
Modifier and Type | Method and Description |
---|---|
void |
PolylineOptions.setPath(MVCArray<LatLng> path)
sets The ordered sequence of coordinates of the Polyline.
|
void |
Polyline.setPath(MVCArray<LatLng> path)
Sets the first path.
|
void |
Polygon.setPath(MVCArray<LatLng> path)
Sets the first path.
|
void |
PolygonOptions.setPaths(MVCArray<LatLng> paths)
The ordered sequence of coordinates that designates a closed loop.
|
void |
Polygon.setPaths(MVCArray<LatLng> paths)
Sets the path for this polygon.
|
void |
PolygonOptions.setPathss(MVCArray<MVCArray<LatLng>> paths)
The ordered sequence of coordinates that designates a closed loop.
|
void |
Polygon.setPathss(MVCArray<MVCArray<LatLng>> paths)
Sets the path for this polygon.
|
Modifier and Type | Method and Description |
---|---|
void |
PolygonOptions.setPathss(MVCArray<MVCArray<LatLng>> paths)
The ordered sequence of coordinates that designates a closed loop.
|
void |
Polygon.setPathss(MVCArray<MVCArray<LatLng>> paths)
Sets the path for this polygon.
|
Modifier and Type | Method and Description |
---|---|
void |
StreetViewPanoramaWidget.setControls(MVCArray<Element> controls)
TODO Additional controls to attach to the panorama.
|
void |
StreetViewPanoramaImpl.setControls(MVCArray<Element> controls)
TODO Additional controls to attach to the panorama.
|
Modifier and Type | Method and Description |
---|---|
MVCArray<LatLng> |
HeatMapLayerOptions.getData()
Get the data points to display.
|
MVCArray<LatLng> |
HeatMapLayer.getData()
Returns the data points currently displayed by this heatmap.
|
MVCArray<WeightedLocation> |
HeatMapLayer.getDataWeighted()
Returns the data points currently displayed by this heatmap.
|
Modifier and Type | Method and Description |
---|---|
void |
HeatMapLayerOptions.setData(MVCArray<LatLng> dataPoints)
The data points to display.
|
void |
HeatMapLayer.setData(MVCArray<LatLng> dataPoints)
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array. |
void |
HeatMapLayer.setDataWeighted(MVCArray<WeightedLocation> dataPoints)
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array. |
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.