mapbox-maps-android
/
com.mapbox.maps.renderer.widget
/
Widget
androidJvm
Widget
abstract class
Widget
Content copied to clipboard
Base class for widgets displayed on top of the map.
Functions
Inheritors
Functions
equals
Link copied to clipboard
androidJvm
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
setRotation
Link copied to clipboard
androidJvm
abstract fun
setRotation
(angleDegrees:
Float
)
Content copied to clipboard
Set absolute rotation of widget in angles.
setTranslation
Link copied to clipboard
androidJvm
abstract fun
setTranslation
(translateX:
Float
, translateY:
Float
)
Content copied to clipboard
Set absolute translation of widget in pixels.
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
On this page
On this page
Inheritors
BitmapWidget
Link copied to clipboard
On this page
On this page