Package-level declarations

Types

Link copied to clipboard

Creates a new Area instance.

Link copied to clipboard
data class AreaData(var objectId: String, val lastEdit: Date, val displayName: String, val image: String, val kmz: String?, val webUrl: String?, var childrenCount: Long) : DataRoot<Area>

Functions

Link copied to clipboard
suspend fun loadAreas(context: Context, jsonData: JSONObject, infoJson: JSONObject, firstIteration: Boolean = true): List<Area>

Loads all the areas available in the server. Custom progress callbacks: