SourceDataLoaded
extension SourceDataLoaded
-
When the
type
of an event isSourceDataLoadedType.Tile
, theloaded
property will be set totrue
if all the source data required for the visible viewport of themap
are loaded.Declaration
Swift
public var loaded: Bool? { get }
-
Creates
SourceDataLoaded
event.Declaration
Swift
public convenience init( sourceId: String, type: SourceDataLoadedType, loaded: Bool?, tileId: CanonicalTileID, dataId: String?, timeInterval: EventTimeInterval)