MSFLineGeometry
Objective-C
@interface MSFLineGeometry : MSFGeometry
Swift
class MSFLineGeometry : MSFGeometry
Line geometry defined by a list of map positions.
-
Constructs a new LineGeometry object from a map position list.
Declaration
Objective-C
- (id)initWithPoses:(MSFMapPosVector *)poses;Swift
init!(poses: MSFMapPosVector!)Parameters
posesThe map position list.
-
Undocumented
-
Returns the list of of map positions defining the line.
Return Value
The list of of map positions defining the line.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()