TileDataProvider

interface TileDataProvider : Parcelable, Disposable

Tile provider interface for map display.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun dispose()
Link copied to clipboard
abstract fun getTile(tileOptions: TileOptions): Tile

Gets tile data corresponding to the provided tile options

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)