| Package | Description |
|---|---|
| com.lynden.gmapsfx.shapes |
| Modifier and Type | Method and Description |
|---|---|
static MVCArray |
ArcBuilder.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 MVCArray |
ArcBuilder.buildArcPoints(LatLong center,
LatLong start,
LatLong end) |
MVCArray |
Polyline.getPath() |
MVCArray |
Polygon.getPath() |
MVCArray |
Polygon.getPaths() |
| Modifier and Type | Method and Description |
|---|---|
PolylineOptions |
PolylineOptions.path(MVCArray path) |
PolygonOptions |
PolygonOptions.paths(MVCArray paths) |
void |
Polyline.setPath(MVCArray path) |
void |
Polygon.setPath(MVCArray path) |
void |
Polygon.setPaths(MVCArray paths) |
Copyright © 2017. All rights reserved.