OnboardStyleURLProvider

public class OnboardStyleURLProvider

Provider of onboard style and assets for map display.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Dark mapbox style for browsing mode.

    Declaration

    Swift

    public static var browsingDarkStyleURL: URL { get }
  • Light mapbox style for browsing mode.

    Declaration

    Swift

    public static var browsingLightStyleURL: URL { get }
  • Dark mapbox style for driving mode.

    Declaration

    Swift

    public static var drivingDarkStyleURL: URL { get }
  • Light mapbox style for driving mode.

    Declaration

    Swift

    public static var drivingLightStyleURL: URL { get }
  • Defines the order of renderer-specific layers and mapbox layers.

    Declaration

    Swift

    public static var layerMappingURL: URL { get }