NavmiiSDK
Write yourself a navigation system in iOS
|
#import <NMMapStructures.h>
Inherits NSObject.
Instance Methods | |
(NMMapCoordinates *) | - leftTop |
(NMMapCoordinates *) | - rightBottom |
(instancetype) | - initWithMinLongitude:minLatitude:maxLongitude:maxLatitude: |
(instancetype) | - initWithLeftTop:rightBottom: |
Properties | |
double | minLongitude |
double | maxLongitude |
double | minLatitude |
double | maxLatitude |
Map coords rectangle
|
readwritenonatomicassign |
latitude min and max values in degrees -90.0 - 90.0
|
readwritenonatomicassign |
Longitude min and max values in degrees -180.0 - 180.0