Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nonnull instancetype) | - initWithLongitude:andLatitude: |
(nonnull instancetype) | - initWithLatitude:longitude: |
(BOOL) | - isAlmostEqualTo: |
(BOOL) | - isEqualTo:withAccuracy: |
Class Methods | |
(nonnull instancetype) | + mapCoordinatesWithLongitude:andLatitude: |
(nonnull instancetype) | + mapCoordinatesWithLatitude:longitude: |
Properties | |
double | longitude |
double | latitude |
A class representing geo coordinates.
- (nonnull instancetype) initWithLatitude: | (double) | latitude | |
longitude: | (double) | longitude | |
- (nonnull instancetype) initWithLongitude: | (double) | longitude | |
andLatitude: | ((deprecated("Use initWithLatitude:longitude: instead"))) | __attribute__ | |
- (BOOL) isAlmostEqualTo: | (NMMapCoordinates *) | other |
- (BOOL) isEqualTo: | (NMMapCoordinates *) | other | |
withAccuracy: | (double) | accuracy | |
+ (nonnull instancetype) mapCoordinatesWithLatitude: | (double) | latitude | |
longitude: | (double) | longitude | |
+ (nonnull instancetype) mapCoordinatesWithLongitude: | (double) | longitude | |
andLatitude: | ((deprecated("Use mapCoordinatesWithLatitude:longitude: instead"))) | __attribute__ | |
|
readwritenonatomicassign |
Latitude in degrees. Can take values fron -90.0 to 90.0.
|
readwritenonatomicassign |
Longitude in degrees. Can take values from -180.0 to 180.0.