public class OverlayId extends Object
Once you add an overlay to the map view, an OverlayId is assigned to the overlay. When you want to do something related to this overlay, use the overlayId as one of the parameters. The internal parameter is not needed by the application; it is required only by the engine.
Created by xizhens on 3/5/14. Copyright reserved by Telenav.Inc
| Modifier and Type | Field and Description |
|---|---|
long |
instanceId |
long |
modelId |
| Constructor and Description |
|---|
OverlayId(org.json.JSONObject input)
The default constructor of the OverlayId class.
|