MMKNavigationStyleProvider
Warning
This feature is available in the NaviKit SDK version.
protocol MMKNavigationStyleProvider : NSObjectProtocol |
Provides default style and icons when for navigation_layer objects when their look is refreshed (for example on creation or on night mode switch).
Summary
Instance methods
func routeViewStyleProvider() -> any MMKNavigationRouteViewStyleProvider |
func balloonImageProvider() -> any MMKNavigationBalloonImageProvider |
func requestPointStyleProvider() -> any MMKNavigationRequestPointStyleProvider |
func userPlacemarkStyleProvider() -> any MMKNavigationUserPlacemarkStyleProvider |
func routePinsStyleProvider() -> any MMKNavigationRoutePinsStyleProvider |
func highlight() -> any MMKHighlightStyleProvider |
Instance methods
routeViewStyleProvider()
func routeViewStyleProvider() -> any MMKNavigationRouteViewStyleProvider |
balloonImageProvider()
func balloonImageProvider() -> any MMKNavigationBalloonImageProvider |
requestPointStyleProvider()
func requestPointStyleProvider() -> any MMKNavigationRequestPointStyleProvider |
userPlacemarkStyleProvider()
func userPlacemarkStyleProvider() -> any MMKNavigationUserPlacemarkStyleProvider |
routePinsStyleProvider()
func routePinsStyleProvider() -> any MMKNavigationRoutePinsStyleProvider |
highlight()
func highlight() -> any MMKHighlightStyleProvider |