OnboardDataProvider

public final class OnboardDataProvider : MapDisplayDataProvider

Implementation of OnboardDataProvider that provides the map tiles from the onboard NDS map.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Initialization of the onboard data provider object. This creates an onboard data provider, which will fetch tiles using the MapTileDataProviding object.

    Declaration

    Swift

    public init(tileDataProvider: MapTileDataProviding)

    Parameters

    tileDataProvider

    Object implementing TomTomMap tile provider interface for map display.

Public