CompassView
interface CompassView
Content copied to clipboard
Interface for compass view.
The compass view implementation class should implement both the CompassView interface and a View class(e.g ImageView).
Functions
requestLayout
Link copied to clipboard
abstract fun requestLayout()
Content copied to clipboard
Call this when something has changed which has invalidated the layout of this view. This will schedule a layout pass of the view tree.
setCompassAlpha
Link copied to clipboard
Set the alpha value of the compass.
setCompassMargins
Link copied to clipboard
Properties
compassGravity
Link copied to clipboard
compassImage
Link copied to clipboard
compassRotation
Link copied to clipboard
isCompassEnabled
Link copied to clipboard
isCompassVisible
Link copied to clipboard