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