NTLineGeometry
@interface NTLineGeometry : NTGeometry
Line geometry defined by a list of map positions.
-
Constructs a new LineGeometry object from a map position list.
Declaration
Objective-C
- (id)initWithPoses:(NTMapPosVector *)poses;
Parameters
poses
The map position list.
-
Undocumented
Declaration
Objective-C
- (NTMapPos *)getCenterPos;
-
Returns the list of of map positions defining the line.
Declaration
Objective-C
- (NTMapPosVector *)getPoses;
Return Value
The list of of map positions defining the line.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;