NMSCircle Class Reference

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

#import <NMSCircle.h>

Inheritance diagram for NMSCircle:
NMSOverlay

Class Methods

(instancetype) + circleWithPosition:radius:
 Convenience constructor for NMSCircle for a particular position and radius. More...
 

Properties

CLLocationCoordinate2D position
 Position on Earth of circle center. More...
 
CLLocationDistance radius
 Radius of the circle in meters; must be positive. More...
 
CGFloat strokeWidth
 The width of the circle's outline in screen points. More...
 
UIColor * strokeColor
 The color of this circle's outline. More...
 
UIColor * fillColor
 The interior of the circle is painted with fillColor. 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 circle on the Earth's surface.

Definition at line 14 of file NMSCircle.h.

Method Documentation

◆ circleWithPosition:radius:()

+ (instancetype) circleWithPosition: (CLLocationCoordinate2D)  position
radius: (float)  radius 

Convenience constructor for NMSCircle for a particular position and radius.

Parameters
positionPosition on Earth of circle center.
radiusRadius of the circle in meters; must be positive.
Returns
the NMSCircle object

Property Documentation

◆ fillColor

- (UIColor*) fillColor
readwritenonatomicretain

The interior of the circle is painted with fillColor.

Definition at line 37 of file NMSCircle.h.

◆ position

- (CLLocationCoordinate2D) position
readwritenonatomicassign

Position on Earth of circle center.

Definition at line 25 of file NMSCircle.h.

◆ radius

- (CLLocationDistance) radius
readwritenonatomicassign

Radius of the circle in meters; must be positive.

Definition at line 28 of file NMSCircle.h.

◆ strokeColor

- (UIColor*) strokeColor
readwritenonatomicretain

The color of this circle's outline.

Definition at line 34 of file NMSCircle.h.

◆ strokeWidth

- (CGFloat) strokeWidth
readwritenonatomicassign

The width of the circle's outline in screen points.

Definition at line 31 of file NMSCircle.h.


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