TileStoreLocationContextServiceError

public enum TileStoreLocationContextServiceError : Error

Defines the error cases that can occur while using TileStoreLocationContextProviderEngine.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Occurs when store access is nil

    Declaration

    Swift

    case unavailableAccessHandle
  • Occurs when there is no map position for the matched location.

    Declaration

    Swift

    case mapPositionMissing
  • Occurs when the location context can’t be retrieved.

    Declaration

    Swift

    case noLocationContextFound