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