RasterDataSourceDelegate

public protocol RasterDataSourceDelegate : AnyObject

Delegate for RasterDataSource events.

  • The method to call on the delegate when data source is ready to use.

    Declaration

    Swift

    func onRasterDataSourceReady()
  • The method to call on the delegate when a data source error occurs.

    Declaration

    Swift

    func onRasterDataSourceError(_ dataSourceError: RasterDataSourceError)

    Parameters

    dataSourceError

    a data source error.