Polygon on the location view in WGS84 coordinates. More...
#include <com/navigine/idl/objc/NCLocationPolygon.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithPoints:sublocationId: |
| Default constructor for class NCLocationPolygon. | |
Class Methods | |
| (nonnull instancetype) | + locationPolygonWithPoints:sublocationId: |
| Factory method for class NCLocationPolygon. | |
Properties | |
| NSArray< NCGlobalPoint * > * | points |
| Ring vertices in WGS84 GlobalPoint. | |
| NSNumber * | sublocationId |
| Floor this polygon is attached to, or null for the outdoor map. | |
Polygon on the location view in WGS84 coordinates.
Swift code snippet:
Objective C code snippet:
Definition at line 27 of file NCLocationPolygon.h.
| - (nonnull instancetype) initWithPoints: | (nonnull NSArray< NCGlobalPoint * > *) | points | |
| sublocationId: | (nullable NSNumber *) | sublocationId |
Default constructor for class NCLocationPolygon.
| + (nonnull instancetype) locationPolygonWithPoints: | (nonnull NSArray< NCGlobalPoint * > *) | points | |
| sublocationId: | (nullable NSNumber *) | sublocationId |
Factory method for class NCLocationPolygon.
|
readnonatomicassign |
Ring vertices in WGS84 GlobalPoint.
Definition at line 46 of file NCLocationPolygon.h.
|
readnonatomicassign |
Floor this polygon is attached to, or null for the outdoor map.
Definition at line 53 of file NCLocationPolygon.h.