MapKit Mobile SDK

MMKCustomRouteNavigation

class MMKCustomRouteNavigation : NSObject

Undocumented

Summary

Instance methods

func createCamera(with mapWindow: MMKMapWindow) -> MMKCamera
This method allows to create camera which used in standart automotive navigation

func startGuidance(with route: MMKDrivingRoute?)
Start navigation with specified route

Properties

var navigationMMKNavigation { get }
This navigation is equal to standart automotive navigation BUT without alternatives without rerouting without working "requestRoutes" method traffic information will not be updated while driving along the route start guidance must be called only through the special method (startGuidance) of this class

Instance methods

createCamera(with:)

func createCamera(with mapWindow: MMKMapWindow) -> MMKCamera

This method allows to create camera which used in standart automotive navigation


startGuidance(with:)

func startGuidance(with route: MMKDrivingRoute?)

Start navigation with specified route.


Properties

var navigation: MMKNavigation { get }

This navigation is equal to standart automotive navigation BUT without alternatives without rerouting without working "requestRoutes" method traffic information will not be updated while driving along the route start guidance must be called only through the special method (startGuidance) of this class