public final class PolygonOptions extends Object
Constructor and Description |
---|
PolygonOptions() |
Modifier and Type | Method and Description |
---|---|
PolygonOptions |
add(GridPoint... points) |
PolygonOptions |
add(GridPoint gp) |
PolygonOptions |
addAll(Iterable<GridPoint> points) |
PolygonOptions |
fillColor(int color) |
int |
getFillColor()
Returns the fill color
|
List<GridPoint> |
getPoints() |
int |
getStrokeColor()
Returns the stroke color.
|
float |
getStrokeWidth()
Returns the stroke width.
|
float |
getZIndex()
Returns the zIndex.
|
boolean |
isVisible()
Checks whether the shape is visible.
|
PolygonOptions |
strokeColor(int color) |
PolygonOptions |
strokeWidth(float width) |
PolygonOptions |
visible(boolean visible) |
PolygonOptions |
zIndex(float zIndex) |
public PolygonOptions add(GridPoint gp)
public PolygonOptions add(GridPoint... points)
public PolygonOptions addAll(Iterable<GridPoint> points)
public PolygonOptions strokeColor(int color)
public PolygonOptions strokeWidth(float width)
public PolygonOptions fillColor(int color)
public PolygonOptions zIndex(float zIndex)
public PolygonOptions visible(boolean visible)
public int getStrokeColor()
public float getStrokeWidth()
public int getFillColor()
public float getZIndex()
public boolean isVisible()
Copyright © 2012–2013 Ordnance Survey. All rights reserved.