MTStylable

interface MTStylable

Defines methods for map styling methods.

Inheritors

Functions

abstract fun addMarker(marker: MTMarker)

Adds the marker to the map.

abstract fun addTextPopup(popup: MTTextPopup)

Adds a text popup to the map.

abstract fun removeMarker(marker: MTMarker)

Removes the marker from the map.

abstract fun removeTextPopup(popup: MTTextPopup)

Removes a text popup from the map.