Compass View
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
request Layout
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.
set Compass Alpha
Link copied to clipboard
Set the alpha value of the compass.
set Compass Margins
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
Inheritors
CompassViewImpl
Link copied to clipboard