-
Called whenever the load progress of a
TileRegion
changes.Declaration
Swift
func onRegionLoadProgress(forId id: String, progress: TileRegionLoadProgress)
-
Called when a
TileRegion
load finishes.Declaration
Swift
func onRegionLoadFinished(forId id: String, region: Result<TileRegion, Error>)
-
Called when a
TileRegion
was removed.Declaration
Swift
func onRegionRemoved(forId id: String)
-
Called when the geometry of a
TileRegion
was modified.Declaration
Swift
func onRegionGeometryChanged(forId id: String, geometry: Geometry?)
-
Called when the user-provided metadata associated with a
TileRegion
was changed.Declaration
Swift
func onRegionMetadataChanged(forId id: String, value: Any)