Uses of Class
com.dlsc.gmapsfx.javascript.object.MVCArray
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.shapes |
-
Uses of MVCArray in com.dlsc.gmapsfx.shapes
Methods in com.dlsc.gmapsfx.shapes that return MVCArray Modifier and Type Method Description static MVCArrayArcBuilder. buildArcPoints(LatLong center, double startBearing, double endBearing, double radius)Generates the points for an arc based on two bearings from a centre point and a radius.static MVCArrayArcBuilder. buildArcPoints(LatLong center, LatLong start, LatLong end)MVCArrayPolygon. getPath()MVCArrayPolyline. getPath()MVCArrayPolygon. getPaths()Methods in com.dlsc.gmapsfx.shapes with parameters of type MVCArray Modifier and Type Method Description PolylineOptionsPolylineOptions. path(MVCArray path)PolygonOptionsPolygonOptions. paths(MVCArray paths)voidPolygon. setPath(MVCArray path)voidPolyline. setPath(MVCArray path)voidPolygon. setPaths(MVCArray paths)