YMKSubpolylineHelper

class YMKSubpolylineHelper : NSObject

Undocumented

Summary

Class methods

class func subpolyline(with polyline: YMKPolyline,
                         subpolyline: YMKSubpolyline) -> YMKPolyline
Cuts subpolyline geometry from polyline

class func subpolylineLength(with polyline: YMKPolyline,
                               subpolyline: YMKSubpolyline) -> Double
Calculates length of subpolyline geometry

Class methods

subpolyline(with:subpolyline:)

class func subpolyline(with polyline: YMKPolyline,
                         subpolyline: YMKSubpolyline) -> YMKPolyline

Cuts subpolyline geometry from polyline.


subpolylineLength(with:subpolyline:)

class func subpolylineLength(with polyline: YMKPolyline,
                               subpolyline: YMKSubpolyline) -> Double

Calculates length of subpolyline geometry.


Предыдущая
Следующая