Widget

abstract class Widget

Base class for widgets displayed on top of the map.

Functions

setRotation
Link copied to clipboard
abstract fun setRotation(angleDegrees: Float)

Set absolute rotation of widget in angles.

setTranslation
Link copied to clipboard
abstract fun setTranslation(translateX: Float, translateY: Float)

Set absolute translation of widget in pixels.

Inheritors

BitmapWidget
Link copied to clipboard