YMKNavigationLayerFactory

class YMKNavigationLayerFactory : NSObject

Undocumented

Summary

Class methods

class func createNavigationLayer(with mapWindow: YMKMapWindow,
                                roadEventsLayer: YMKRoadEventsLayer,
                                  styleProvider: YMKNavigationStyleProvider,
                                     navigation: YMKNavigation) -> YMKNavigationLayer
Adds navigation layer on the map

Class methods

createNavigationLayer(with:roadEventsLayer:styleProvider:navigation:)

class func createNavigationLayer(with mapWindow: YMKMapWindow,
                                roadEventsLayer: YMKRoadEventsLayer,
                                  styleProvider: YMKNavigationStyleProvider,
                                     navigation: YMKNavigation) -> YMKNavigationLayer

Adds navigation layer on the map.

The class maintains a strong reference to the object in the 'styleProvider' parameter until it (the class) is invalidated.


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