Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(NMMapCoordinates *) | - topLeft |
(NMMapCoordinates *) | - bottomRight |
(nullable instancetype) | - initWithMinLongitude:minLatitude:maxLongitude:maxLatitude: |
(nullable instancetype) | - initWithTopLeft:bottomRight: |
Class Methods | |
(nullable instancetype) | + mapRectangleFromCoordinates: |
Properties | |
double | minLongitude |
double | maxLongitude |
double | minLatitude |
double | maxLatitude |
Map coordinates rectangle.
- (NMMapCoordinates *) bottomRight |
Bottom right coordinate.
- (nullable instancetype) initWithMinLongitude: | (double) | minLongitude | |
minLatitude: | (double) | minLatitude | |
maxLongitude: | (double) | maxLongitude | |
maxLatitude: | (double) | maxLatitude | |
- (nullable instancetype) initWithTopLeft: | (NMMapCoordinates *) | topLeft | |
bottomRight: | (NMMapCoordinates *) | bottomRight | |
+ (nullable instancetype) mapRectangleFromCoordinates: | (NSArray< NMMapCoordinates * > *) | array |
- (NMMapCoordinates *) topLeft |
Top left coordinate.
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
Min and max latitude values in degrees. Can take values from -90.0 to 90.0.
|
readwritenonatomicassign |
Min and max longitude values in degrees. Can take values from -180.0 to 180.0.