Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(instancetype) | - initWithCoordinates:heading:snapped: |
Properties | |
NMMapCoordinates * | coordinates |
CGFloat | heading |
BOOL | snapped |
Snapping result.
- (instancetype) initWithCoordinates: | (NMMapCoordinates *) | coordinates | |
heading: | (CGFloat) | heading | |
snapped: | (BOOL) | snapped | |
|
readwritenonatomicstrong |
Road coordinate.
|
readwritenonatomicassign |
Heading on road in degrees. Can take values from 0 to 360.
|
readwritenonatomicassign |
'YES' if snapped to road.