open class BasicCompassView : AppCompatImageView, CompassView, OnClickListener
Button that represents 2D compass. When clicked, the map is set to north up. The button is visible only when map is not set to north up. Fade in / out animation is used to change button visibility. |