Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Inherited by NMGeoMarker, NMGeoPolygon, and NMGeoPolyline.
Properties | |
NSUInteger | zIndex |
NSUInteger | objectId |
BOOL | hidden |
An abstract class that provides a representation of an object on the map. To render a marker or a polyline on the map use classes that inherit from NMGeoObject - NMGeoMarker and NMGeoPolyline respectively.
|
readwritenonatomicassign |
Specifies whether the object is hidden.
|
readnonatomicassign |
An integer that you can use to identify objects in your application.
|
readwritenonatomicassign |
An integer defining the rendering order of the geo object relative to the other geo object. So, the markers with lower values will be drawn on the map first and can be partialy or fully obscured by the geo objects with greater values of zIndex.