Compass View
Interface for compass view.
The compass view implementation class should implement both the CompassView interface and a View class(e.g ImageView).
interface CompassView
Content copied to clipboard
Functions
equals
Link copied to clipboard
requestLayout
Link copied to clipboard
abstract fun requestLayout()
Content copied to clipboard
setCompassAlpha
Link copied to clipboard
setCompassMargins
Link copied to clipboard
Properties
compassGravity
Link copied to clipboard
Returns the gravity value of the CompassView.
compassImage
Link copied to clipboard
The CompassView image as a Drawable.
compassRotation
Link copied to clipboard
The direction of the CompassView.
isCompassEnabled
Link copied to clipboard
Whether the compass view is enabled.
isCompassVisible
Link copied to clipboard
Whether the compass view is visible.
Inheritors
CompassViewImpl
Link copied to clipboard