NMSPath Class Reference

Array of CLLocationCoordinate2D. More...

#import <NMSPath.h>

Inheritance diagram for NMSPath:
NMSMutablePath

Instance Methods

(id) - initWithPath:
 Initializes a newly allocated path with the contents of another NMSPath. More...
 
(NSUInteger) - count
 Get size of path. More...
 
(CLLocationCoordinate2D) - coordinateAtIndex:
 Returns a path coordinate in specific index. More...
 

Class Methods

(instancetype) + path
 Convenience constructor for an empty path. More...
 

Detailed Description

Array of CLLocationCoordinate2D.

Definition at line 12 of file NMSPath.h.

Method Documentation

◆ coordinateAtIndex:()

- (CLLocationCoordinate2D) coordinateAtIndex: (NSUInteger)  index

Returns a path coordinate in specific index.

Parameters
indexThe path index
Returns
kCLLocationCoordinate2DInvalid if |index| >= count. A valid coordinate otherwise.

◆ count()

- (NSUInteger) count

Get size of path.

Returns
The count of the path points

◆ initWithPath:()

- (id) initWithPath: (NMSPath *)  path

Initializes a newly allocated path with the contents of another NMSPath.

Parameters
paththe path

◆ path()

+ (instancetype) path

Convenience constructor for an empty path.


The documentation for this class was generated from the following file:
  • /Users/jenkins/workspace/mobilesdk-ios/iOS/Deployment/NavionicsMobileSDK.framework/Headers/NMSPath.h