MapKit Mobile SDK

MMKSegment

class MMKSegment : NSObject

A line between two points.

Summary

Class methods

 init(start startPoint: MMKPoint, end endPoint: MMKPoint)

Properties

var startPointMMKPoint { get }
Starting point of the segment

var endPointMMKPoint { get }
End point of the segment

Class methods

init(start:end:)

 init(start startPoint: MMKPoint, end endPoint: MMKPoint)


Properties

startPoint

var startPoint: MMKPoint { get }

Starting point of the segment.


endPoint

var endPoint: MMKPoint { get }

End point of the segment.