MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKBicycleViaPoint

class MMKBicycleViaPoint : NSObject

Via points (throughpoints) are key points on the route geometry that the route passes through. Via points are taken from the request.

Summary

Class methods

 init(position: MMKPolylinePosition)

Properties

var positionMMKPolylinePosition { get }
Via point position on the route geometry

Class methods

init(position:)

 init(position: MMKPolylinePosition)


Properties

position

var position: MMKPolylinePosition { get }

Via point position on the route geometry.