MMKTileDataSourceBuilder
|
class MMKTileDataSourceBuilder : MMKBaseDataSourceBuilder |
Summary
Instance methods
|
func setTileUrlProviderWith(_ urlProvider: any MMKTilesUrlProvider) |
|
func setTileProviderWith(_ tileProvider: any MMKTileProvider) |
|
func setProjectionWith(_ projection: MMKProjection) |
|
func setZoomRangesWith(_ zoomRanges: [MMKZoomRange]) |
|
func setTileFormatWith(_ format: MMKTileFormat) |
Instance methods
setTileUrlProviderWith(_:)
|
func setTileUrlProviderWith(_ urlProvider: any 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: any 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) |