GLMapInfoState
Objective-C
enum GLMapInfoState : uint8_t {}Swift
@frozen enum GLMapInfoState : UInt8, @unchecked SendableState of the vector map. GLMapInfo tracks state of the vector map.
- 
                  
                  Map is deleted and there is no way to download it again because it was removed from map list. DeclarationObjective-C GLMapInfoState_RemovedSwift case removed = 0
- 
                  
                  Map is not downloaded, but available to download. DeclarationObjective-C GLMapInfoState_NotDownloadedSwift case notDownloaded = 1
- 
                  
                  Map is downloaded successfully. DeclarationObjective-C GLMapInfoState_DownloadedSwift case downloaded = 2
- 
                  
                  New version of map is available to download. DeclarationObjective-C GLMapInfoState_NeedUpdateSwift case needUpdate = 3
- 
                  
                  User cancelled map downloading. DeclarationObjective-C GLMapInfoState_NeedResumeSwift case needResume = 4
- 
                  
                  Map downloading is in progress. DeclarationObjective-C GLMapInfoState_InProgressSwift case inProgress = 5
 Install in Dash
Install in Dash