Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nullable instancetype) | - NS_UNAVAILABLE |
(nullable instancetype) | - initWithCoordinates: |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
(nullable instancetype) | + placeWithCoordinates: |
Properties | |
NSString * | name |
NMPlaceType | type |
NMMapCoordinates * | coordinates |
NMAddress * | address |
BOOL | isAddressApproximated |
NMPoi * | poiInfo |
A class representing a place on map.
- (nullable instancetype) initWithCoordinates: | (NMMapCoordinates *) | coordinates |
+ (nullable instancetype) NS_UNAVAILABLE |
- (nullable instancetype) NS_UNAVAILABLE |
+ (nullable instancetype) placeWithCoordinates: | (NMMapCoordinates *) | coordinates |
|
readwritenonatomicstrong |
The address of the place.
|
readwritenonatomicstrong |
The coordinates of the place.
|
readwritenonatomicassign |
BOOL value indicating whether the place has a precise address or the address is approximate.
|
readwritenonatomiccopy |
The name of the place.
|
readwritenonatomicstrong |
Provides additional information about the place, if the type of the place is NMPlaceTypePoi. Returns nil, if the type of the place is not NMPlaceTypePoi.
|
readwritenonatomicassign |
The type of the place represented by NMPlaceType enum.