MMKTileDataSource
@interface MMKTileDataSource : MMKBaseDataSource |
Undocumented
Summary
Instance methods
- (void)invalidateWithVersion:(nonnull NSString *)version; |
Instance methods
invalidateWithVersion:
- (void)invalidateWithVersion:(nonnull NSString *)version; |
Invalidates data source and reloads all tiles. Must not be called if DataSource does not support versioning: LayerOptions.versionSupport = false;
This method may be called on any thread. Its implementation must be thread-safe.