sdk-maps-ui-extensions / com.tomtom.online.sdk.map.ui.zoom / ZoomButton

ZoomButton

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.

Types

ZoomIcon

class ZoomIcon

Determines the type of zoom icon.

Constructors

<init>

ZoomButton(context: Context!)

Default constructor that takes context to initialize this subclass of AppCompatImageView.

ZoomButton(context: Context!, attrs: AttributeSet!)

Custom constructor to provide custom set of attributes.

ZoomButton(context: Context!, attrs: AttributeSet!, defStyleAttr: Int)

Custom constructor to provide custom set of attributes and a reference to default style resource.