AnnotationServiceError
public enum AnnotationServiceError : Error
extension AnnotationServiceError: LocalizedError
Annotation service error.
-
Failed to create annotation.
Declaration
Swift
case failedToCreateAnnotation -
Invalid coordinate.
Declaration
Swift
case invalidCoordinate
-
A localized describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get }
TomTom SDK for iOS (0.53.1)
AnnotationServiceError