MMKCustomRouteNavigation
class MMKCustomRouteNavigation : NSObject |
Undocumented
Summary
Instance methods
func createCamera(with mapWindow: MMKMapWindow) -> MMKCamera |
func startGuidance(with route: MMKDrivingRoute?) |
Properties
var navigation: MMKNavigation { get } |
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
navigation
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