Package-level declarations

Types

Link copied to clipboard
class GemGlSurfaceAdapter(val context: Context)

GemGlSurfaceAdapter will create a MapView using a GemSurfaceContainerAdapter. If GemSdk wasn't initialized yet then this surface will call GemSdk.initSdkWithDefaults inside of init block. A MapView is created by default. To disable this please use doCreateDefaultMapView = false

Link copied to clipboard

Adapter that will be implemented over androidx.car.app.SurfaceContainer.

Link copied to clipboard
typealias OnFlingCallback = (velocityX: Float, velocityY: Float) -> Unit

Provides information about a fling touch event on the car screen.

Link copied to clipboard
typealias OnScaleCallback = (focusX: Float, focusY: Float, scaleFactor: Float) -> Unit

Provides information about a scale touch event on the car screen.

Link copied to clipboard
typealias OnScrollCallback = (distanceX: Float, distanceY: Float) -> Unit

Provides information about a scroll touch event on the car screen.