Class | Description |
---|---|
Circle |
A
Circle consists of a center LatLong and a non-negative radius in meters. |
FixedPixelCircle |
A Circle class that is always drawn with the same size in pixels.
|
Grid |
The Grid layer draws a geographical grid.
|
Marker |
A
Marker draws a Bitmap at a given geographical position. |
Polygon |
A
Polygon draws a closed connected series of line segments specified by a list of LatLongs . |
Polyline |
A
Polyline draws a connected series of line segments specified by a list of LatLongs . |