YMKTileDataSourceBuilder
|
@interface YMKTileDataSourceBuilder : YMKBaseDataSourceBuilder |
Summary
Instance methods
|
- (void)setTileUrlProviderWithUrlProvider: |
|
- (void)setTileProviderWithTileProvider: |
|
- (void)setProjectionWithProjection:(nonnull YMKProjection *)projection; |
|
- (void)setZoomRangesWithZoomRanges: |
|
- (void)setTileFormatWithFormat:(YMKTileFormat)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 YMKProjection *)projection; |
setZoomRangesWithZoomRanges:
|
- (void)setZoomRangesWithZoomRanges: |
setTileFormatWithFormat:
|
- (void)setTileFormatWithFormat:(YMKTileFormat)format; |