SourceDataLoaded
extension SourceDataLoaded
-
When the
typeof an event isSourceDataLoadedType.Tile, theloadedproperty will be set totrueif all the source data required for the visible viewport of themapare loaded.Declaration
Swift
public var loaded: Bool? { get } -
Creates
SourceDataLoadedevent.Declaration
Swift
public convenience init( sourceId: String, type: SourceDataLoadedType, loaded: Bool?, tileId: CanonicalTileID, dataId: String?, timeInterval: EventTimeInterval)
SourceDataLoaded Extension Reference