YMKNavigationStyleProvider
Warning
This feature is available in the NaviKit SDK version.
|
protocol YMKNavigationStyleProvider : 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 YMKNavigationRouteViewStyleProvider |
|
func balloonImageProvider() -> any YMKNavigationBalloonImageProvider |
|
func requestPointStyleProvider() -> any YMKNavigationRequestPointStyleProvider |
|
func userPlacemarkStyleProvider() -> any YMKNavigationUserPlacemarkStyleProvider |
|
func routePinsStyleProvider() -> any YMKNavigationRoutePinsStyleProvider |
|
func highlight() -> any YMKHighlightStyleProvider |
Instance methods
routeViewStyleProvider()
|
func routeViewStyleProvider() -> any YMKNavigationRouteViewStyleProvider |
balloonImageProvider()
|
func balloonImageProvider() -> any YMKNavigationBalloonImageProvider |
requestPointStyleProvider()
|
func requestPointStyleProvider() -> any YMKNavigationRequestPointStyleProvider |
userPlacemarkStyleProvider()
|
func userPlacemarkStyleProvider() -> any YMKNavigationUserPlacemarkStyleProvider |
routePinsStyleProvider()
|
func routePinsStyleProvider() -> any YMKNavigationRoutePinsStyleProvider |
highlight()
|
func highlight() -> any YMKHighlightStyleProvider |