Compass Settings Base
Abstract settings class for CompassPlugin.
This abstract class exposes all the required public APIs to configure the CompassPlugin.
Constructors
CompassSettingsBase
Link copied to clipboard
fun CompassSettingsBase()
Content copied to clipboard
Functions
equals
Link copied to clipboard
getSettings
Link copied to clipboard
updateSettings
Link copied to clipboard
Properties
clickable
Link copied to clipboard
enabled
Link copied to clipboard
fadeWhenFacingNorth
Link copied to clipboard
Whether the compass fades out to invisible when facing north direction.
image
Link copied to clipboard
marginBottom
Link copied to clipboard
Defines the margin to the bottom that the compass icon honors.
marginLeft
Link copied to clipboard
Defines the margin to the left that the compass icon honors.
marginRight
Link copied to clipboard
Defines the margin to the right that the compass icon honors.
marginTop
Link copied to clipboard
opacity
Link copied to clipboard
position
Link copied to clipboard
rotation
Link copied to clipboard
visibility
Link copied to clipboard
Whether the compass is displayed.
Inheritors
CompassViewPlugin
Link copied to clipboard