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

#import <NMMapStructures.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithLongitude:andLatitude:
 

Properties

double longitude
 
double latitude
 

Detailed Description

Stores geospatial coordinates in degrees

Property Documentation

- (double) latitude
readwritenonatomicassign

Latitude in degrees -90.0 - 90.0

- (double) longitude
readwritenonatomicassign

Longitude in degrees -180.0 - 180.0


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