MMKBaseTileDataSourceBuilder

class MMKBaseTileDataSourceBuilder : MMKBaseDataSourceBuilder

Summary

Instance methods

func setTileUrlProviderWith(_ urlProvider: MMKTilesUrlProvider)
The class does not retain the object in the 'urlProvider' parameter

func setTileProviderWith(_ tileProvider: MMKTileProvider)
The class does not retain the object in the 'tileProvider' parameter

func setProjectionWith(_ projection: MMKProjection)

func setZoomRangesWith(_ zoomRanges: [MMKZoomRange])

func setTileFormatWith(_ format: MMKTileFormat)

Instance methods

setTileUrlProviderWith(_:)

func setTileUrlProviderWith(_ urlProvider: MMKTilesUrlProvider)

The class does not retain the object in the 'urlProvider' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.


setTileProviderWith(_:)

func setTileProviderWith(_ tileProvider: MMKTileProvider)

The class does not retain the object in the 'tileProvider' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.


setProjectionWith(_:)

func setProjectionWith(_ projection: MMKProjection)


setZoomRangesWith(_:)

func setZoomRangesWith(_ zoomRanges: [MMKZoomRange])


setTileFormatWith(_:)

func setTileFormatWith(_ format: MMKTileFormat)