MapViewError
public enum MapViewError : LocalizedError
Enumeration of TomTomMap View errors.
-
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
-
A detailed description of the error.
Declaration
Swift
public var errorDescription: String { get }
TomTom SDK for iOS (0.53.1)
MapViewError