WriteAccessStatus
public enum WriteAccessStatus
When trying to obtain the write access to the map, the operation will result in one of the following statuses.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Map write access request was successful.
Declaration
Swift
case granted -
Map write access request timed out.
Declaration
Swift
case timedOut -
Map write access request was cancelled because a different observer already has write access.
Declaration
Swift
case grantedToAnother
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
WriteAccessStatus