NMSPolyline Class Reference

A polyline on the Earth's surface. More...

#import <NMSPolyline.h>

Inheritance diagram for NMSPolyline:
NMSOverlay

Class Methods

(instancetype) + polylineWithPath:
 Convenience constructor for NMSPolyline for a particular path. More...
 

Properties

NMSPathpath
 The path that describes this polyline. More...
 
CGFloat strokeWidth
 The width of the line in screen points. More...
 
UIColor * strokeColor
 The color used to render the polyline. More...
 
- Properties inherited from NMSOverlay
NSString * title
 Title, a short description of the overlay. More...
 
NSUInteger zIndex
 Higher zIndex value overlays will be drawn on top of lower zIndex value tile layers and overlays. More...
 
NMSMapViewmap
 The map this overlay is on. More...
 

Detailed Description

A polyline on the Earth's surface.

Definition at line 15 of file NMSPolyline.h.

Method Documentation

◆ polylineWithPath:()

+ (instancetype) polylineWithPath: (NMSPath *)  path

Convenience constructor for NMSPolyline for a particular path.

Parameters
pathThe path that describes this polyline.
Returns
the NMSPolyline object

Property Documentation

◆ path

- (NMSPath*) path
readwritenonatomicretain

The path that describes this polyline.

Definition at line 25 of file NMSPolyline.h.

◆ strokeColor

- (UIColor*) strokeColor
readwritenonatomicretain

The color used to render the polyline.

Definition at line 31 of file NMSPolyline.h.

◆ strokeWidth

- (CGFloat) strokeWidth
readwritenonatomicassign

The width of the line in screen points.

Definition at line 28 of file NMSPolyline.h.


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