MapError
public enum MapError : UInt32, CaseIterable, Codable
Represents various errors that could occur from map related operations.
-
The previous operation is not completed.
Declaration
Swift
case operationInProgress = 1 -
Map configuration path or content is invalid.
Declaration
Swift
case invalidScene = 4 -
Object is in an invalid state.
Declaration
Swift
case invalidState = 6 -
Provided render target is invalid.
Declaration
Swift
case invalidRenderTarget = 8