Widget

abstract class Widget

Base class for widgets displayed on top of the map.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

BitmapWidget
Link copied to clipboard