Map Object
Represent the class implementation for view objects that were added to map by user. In order to display the object on the map, the object needs to be added to an MapView by calling addMapObject:
Types
Map Object Type
Link copied to clipboard
Functions
describe Contents
Link copied to clipboard
get Map Object Type
Link copied to clipboard
Returns the type of map object
get Object Type
Link copied to clipboard
Returns the type of view object.
get Position
Link copied to clipboard
Returns the position of selected view object.
is Valid Parcelable
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
write To Parcel
Link copied to clipboard
For documentation, see android.os.Parcelable.
Inheritors
MapPolygon
Link copied to clipboard
MapCircle
Link copied to clipboard
MapMarker
Link copied to clipboard
MapTrafficSign
Link copied to clipboard
UiObject
Link copied to clipboard
MapPolyline
Link copied to clipboard
MapSmartLabel
Link copied to clipboard
MapRoute
Link copied to clipboard