|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MVCArray | |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.geometrylib | |
com.google.gwt.maps.client.mvc | |
com.google.gwt.maps.client.overlays | |
com.google.gwt.maps.client.streetview |
Uses of MVCArray in com.google.gwt.maps.client |
---|
Methods in com.google.gwt.maps.client that return MVCArray | |
---|---|
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<JavaScriptObject> |
MapWidget.getOverlayMapTypes()
TODO gets Additional map types to overlay. |
MVCArray<JavaScriptObject> |
MapImpl.getOverlayMapTypes()
TODO gets Additional map types to overlay. |
Methods in com.google.gwt.maps.client with parameters of type MVCArray | |
---|---|
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. |
Uses of MVCArray in com.google.gwt.maps.client.geometrylib |
---|
Methods in com.google.gwt.maps.client.geometrylib with parameters of type MVCArray | |
---|---|
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. |
Uses of MVCArray in com.google.gwt.maps.client.mvc |
---|
Methods in com.google.gwt.maps.client.mvc that return MVCArray | ||
---|---|---|
static
|
MVCArray.newInstance()
A mutable MVC Array. |
|
static
|
MVCArray.newInstance(JsArray<T> array)
A mutable MVC Array. |
|
static
|
MVCArray.newInstance(T... array)
A mutable MVC Array. |
Uses of MVCArray in com.google.gwt.maps.client.overlays |
---|
Methods in com.google.gwt.maps.client.overlays that return MVCArray | |
---|---|
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()
|
Methods in com.google.gwt.maps.client.overlays that return types with arguments of type MVCArray | |
---|---|
MVCArray<MVCArray<LatLng>> |
Polygon.getPaths()
Retrieves the paths for this polygon. |
MVCArray<MVCArray<LatLng>> |
PolygonOptions.getPathss_MVCArray()
|
Methods in com.google.gwt.maps.client.overlays with parameters of type MVCArray | |
---|---|
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 |
Polygon.setPaths(MVCArray<LatLng> paths)
Sets the path for this polygon. |
void |
PolygonOptions.setPaths(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. |
void |
PolygonOptions.setPathss(MVCArray<MVCArray<LatLng>> paths)
The ordered sequence of coordinates that designates a closed loop. |
Method parameters in com.google.gwt.maps.client.overlays with type arguments of type MVCArray | |
---|---|
void |
Polygon.setPathss(MVCArray<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. |
Uses of MVCArray in com.google.gwt.maps.client.streetview |
---|
Methods in com.google.gwt.maps.client.streetview with parameters of type MVCArray | |
---|---|
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. |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |