Modifier and Type | Method and Description |
---|---|
PolygonOptions |
PolygonOptions.add(GridPoint... points) |
PolygonOptions |
PolygonOptions.add(GridPoint gp) |
PolygonOptions |
PolygonOptions.addAll(Iterable<GridPoint> points) |
PolygonOptions |
PolygonOptions.fillColor(int color) |
PolygonOptions |
PolygonOptions.strokeColor(int color) |
PolygonOptions |
PolygonOptions.strokeWidth(float width) |
PolygonOptions |
PolygonOptions.visible(boolean visible) |
PolygonOptions |
PolygonOptions.zIndex(float zIndex) |
Modifier and Type | Method and Description |
---|---|
Polygon |
OSMap.addPolygon(PolygonOptions options)
Adds a polygon to this map.
|
Copyright © 2012–2013 Ordnance Survey. All rights reserved.