open class ZoomButton : AppCompatImageView
Button that represents one of zoom buttons. When button is clicked it can zoom in or zoom out the camera depends on implementation. |
|
open class ZoomButtonsGroup : FrameLayout, ZoomingControlsView
Group of buttons that contains zoom in and zoom out button. |
|
interface ZoomingControlsView : MapComponentView
The complex view which groups buttons of the map zoom control. |