MapLoadingErrorPayload
public struct MapLoadingErrorPayloadextension MapLoadingErrorPayload: DecodableDescribes an error that has occurred while loading the map.
- 
                  
                  The error message and type of resource that could not be loaded. DeclarationSwift public let error: MapLoadingError
- 
                  
                  The id of the failing source. DeclarationSwift public let sourceId: String?
- 
                  
                  The id of the failing tile. DeclarationSwift public var tileId: CanonicalTileID? { get }
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
 MapLoadingErrorPayload Structure Reference
        MapLoadingErrorPayload Structure Reference