NChartMapShape Class Reference

Inherits from NChartMarker : NSObject
Declared in NChartMapShape.h

Overview

The NChartMapShape class provides methods to display map shapes in NChartMapSeries.
To display map shapes, NChartMapSeries reuses mechanism of markers (that’s why inherits from NChartMarker). The instances can be created with help of NChartMapTopobase by loading from a GeoJSON file.

  identifier

Identifier of the map shape.

@property (nonatomic, readonly) NSString *identifier

Declared In

NChartMapShape.h

  name

Name of the map shape.

@property (nonatomic, readonly) NSString *name

Declared In

NChartMapShape.h