MMKBaseTileDataSourceBuilder
@interface MMKBaseTileDataSourceBuilder : MMKBaseDataSourceBuilder |
Undocumented
Summary
Instance methods
-Â (void)setTileUrlProviderWithUrlProvider: |
-Â (void)setTileProviderWithTileProvider: |
- (void)setProjectionWithProjection:(nonnull MMKProjection *)projection; |
-Â (void)setZoomRangesWithZoomRanges: |
-Â (void)setTileFormatWithFormat:(MMKTileFormat)format; |
Instance methods
setTileUrlProviderWithUrlProvider:
-Â (void)setTileUrlProviderWithUrlProvider: |
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.
setTileProviderWithTileProvider:
-Â (void)setTileProviderWithTileProvider: |
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.
setProjectionWithProjection:
- (void)setProjectionWithProjection:(nonnull MMKProjection *)projection; |
Undocumented
setZoomRangesWithZoomRanges:
-Â (void)setZoomRangesWithZoomRanges: |
Undocumented
setTileFormatWithFormat:
-Â (void)setTileFormatWithFormat:(MMKTileFormat)format; |
Undocumented