public class Overlay extends Object
Any time you want to add a shape to the map, you must create an overlay as a container.
Created by xizhens on 2/28/14. Copyright reserved by Telenav.Inc
| Constructor and Description |
|---|
Overlay() |
| Modifier and Type | Method and Description |
|---|---|
void |
addShape(Shape shape) |
Shape |
getShape(int index) |
Integer |
getShapeSetId() |
org.json.JSONObject |
toJsonObject() |