NDSStore

public final class NDSStore

Implements access to operations with an offline NDS map.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Creates an instance of NDSStore.

    Throws

    NDSStoreError if there is something wrong with the configuration.

    Important

    For accessing a specific map only one instance of the NDSStore should be created.

    Declaration

    Swift

    public init(
        configuration: NDSStoreConfiguration
    ) throws

    Parameters

    configuration

    Store configuration.

  • Errors on the NDS store itself.

    See more

    Declaration

    Swift

    public enum NDSStoreError : Error
  • The geopolitical view in ISO 3166-1 alpha-2 form. See more documentation in geopoliticalView.

    Declaration

    Swift

    public let geopoliticalView: String?