Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Properties | List of all members
NMGeoObject Class Reference

Inherits <NSObject>.

Inherited by NMGeoMarker, NMGeoPolygon, and NMGeoPolyline.

Properties

NSUInteger zIndex
 
NSUInteger objectId
 
BOOL hidden
 

Detailed Description

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.

Property Documentation

◆ hidden

- (BOOL) hidden
readwritenonatomicassign

Specifies whether the object is hidden.

◆ objectId

- (NSUInteger) objectId
readnonatomicassign

An integer that you can use to identify objects in your application.

◆ zIndex

- (NSUInteger) zIndex
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.