MapKit Mobile SDK

MMKTileDataSource

class MMKTileDataSource : MMKBaseDataSource

Undocumented

Summary

Instance methods

func invalidate(withVersion version: String)
Invalidates data source and reloads all tiles

Instance methods

invalidate(withVersion:)

func invalidate(withVersion version: String)

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.