SourceDataLoaded

extension SourceDataLoaded
  • When the type of an event is SourceDataLoadedType.Tile, the loaded property will be set to true if all the source data required for the visible viewport of the map 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)