MapViewError

public enum MapViewError : LocalizedError

Enumeration of TomTomMap View errors.

  • A detailed description of the error.

    Declaration

    Swift

    public var errorDescription: String { get }
  • This error occurs when there is no valid EAGL context.

    Declaration

    Swift

    case failedToCreateEAGLContext
  • This error occurs when no valid API key has been entered. Set the key on the MapsDisplayService.apiKey.

    Declaration

    Swift

    case noAPIKey