Package-level declarations
Types
Link copied to clipboard
class GestureOptions
Class used to enable or disable gestures of a MapView
Link copied to clipboard
Enumeration of all possible states of the MapView center used for changing behavior of the recenter button in an application
Link copied to clipboard
open class MapView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, gestureOptions: GestureOptions = GestureOptions(), onGestureListener: OnGestureListener? = null, onStateChanged: suspend (newState: MapState) -> Unit = {}, callback: OnMapReadyCallback? = null) : GLMapView, TwoFingersGestureDetector.OnTwoFingersGestureListener
The MapView can be manipulated only after the OnMapReadyCallback triggers the onMapReady method.
Link copied to clipboard