GridState

open class GridState

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val treeContext: ExecutorCoroutineDispatcher
Link copied to clipboard

Functions

Link copied to clipboard
open fun fixupCollections(featureCollections: Array<FeatureCollection>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun locationUpdate(location: LngLatAlt, enabledCategories: Set<String>): Boolean

The tile grid service is called each time the location changes. It checks if the location has moved away from the center of the current tile grid and if it has calculates a new grid.

Link copied to clipboard
open fun start(applicationContext: Context)
Link copied to clipboard
fun stop()