OnlineTileDataProviderFactory

public enum OnlineTileDataProviderFactory

Responsible for creating instances of MapDisplayDataProvider for handling online map tile requests.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Creates an instance of MapDisplayDataProvider that handles online map tile requests.

    Declaration

    Swift

    public static func create(cacheConfiguration: CacheConfiguration?) -> MapDisplayDataProvider?

    Parameters

    cacheConfiguration

    An instance of CacheConfiguration responsible for caching tiles. when it is nil, the caching mechanism will not be activated.

    Return Value

    Returns an instance of MapDisplayDataProvider that handles online map tile requests.