NavmiiSDK
Write yourself a navigation system in iOS
Instance Methods | Properties | List of all members
NMMapRectangle Class Reference

#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
 

Detailed Description

Map coords rectangle

Property Documentation

- (double) minLatitude
readwritenonatomicassign

latitude min and max values in degrees -90.0 - 90.0

- (double) minLongitude
readwritenonatomicassign

Longitude min and max values in degrees -180.0 - 180.0


The documentation for this class was generated from the following files: