NMSOverlay Class Reference

Abstract class that represents some overlay that may be attached to a specific NMSMapView. More...

#import <NMSOverlay.h>

Inheritance diagram for NMSOverlay:
NMSCircle NMSGroundOverlay NMSMarker NMSPolygon NMSPolyline

Properties

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

Abstract class that represents some overlay that may be attached to a specific NMSMapView.

Definition at line 12 of file NMSOverlay.h.

Property Documentation

◆ map

- (NMSMapView*) map
readwritenonatomicassign

The map this overlay is on.

Definition at line 21 of file NMSOverlay.h.

◆ title

- (NSString*) title
readwritenonatomicretain

Title, a short description of the overlay.

Definition at line 15 of file NMSOverlay.h.

◆ zIndex

- (NSUInteger) zIndex
readwritenonatomicassign

Higher zIndex value overlays will be drawn on top of lower zIndex value tile layers and overlays.

Definition at line 18 of file NMSOverlay.h.


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