Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class MapController(val mapView: MapView, val account: XweatherAccount) : ViewModel, MapProvider, DefaultLifecycleObserver

A MapController class acts as the interface between the map view of a mapping library and MapsGL-specific functionality.

Link copied to clipboard
Link copied to clipboard
class MapStyle
Link copied to clipboard
data class SpriteImage(val x: Int, val y: Int, val width: Int, val height: Int, val pixelRatio: Double)