All Types

com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButton

Button that represents one of UI extension arrow button controls. When button is clicked it can move camera position UP, DOWN, LEFT, RIGHT depending on implementation.

com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup

Group of arrow buttons used for controlling camera position. This class contains arrow buttons for every direction.

com.tomtom.online.sdk.map.ui.compass.BasicCompassView

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.

com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView

Button that is used to center the map on user current location. When clicked, the map is centered on current location that is obtained from TomTom map using the TomtomMap#getCenterOfMap() method. When navigation mode is on, the behaviour is different. When the 'follow the chevron' option is turned on, the route overview is displayed. When the 'follow the chevron' option is turned off, this option is changed to on.

com.tomtom.online.sdk.map.ui.BuildConfig
com.tomtom.online.sdk.map.ui.BuildConfig
com.tomtom.online.sdk.map.ui.ClickableMapComponent

Marks the map component which are not complex to provide action when they are clicked.

com.tomtom.online.sdk.map.ui.compass.CompassView

Compass component.

com.tomtom.online.sdk.map.ui.copyrights.CopyrightsView

Interface for manipulating TomTom copyrights on the map.

com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationClickAction

Class with listener to check if user clicked center on map component.

com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationView

The current location view api.

com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationViewAction

To override behavior for click on current location button implement interface.

com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationViewAdapter

The adapter for current location view that allows to provide custom params (e.g. Context) that will be used internally for selected operations (e.g. show error dialog).

com.tomtom.online.sdk.map.ui.logo.LogoView

Interface for manipulating TomTom logo on the map.

com.tomtom.online.sdk.map.ui.MapComponentView

The common map ui component api to be used for components.

com.tomtom.online.sdk.map.ui.arrowbuttons.PanningControlsView

The complex view which groups buttons of the map panning control.

com.tomtom.online.sdk.map.ui.zoom.ZoomButton

Button that represents one of zoom buttons. When button is clicked it can zoom in or zoom out the camera depends on implementation.

com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup

Group of buttons that contains zoom in and zoom out button.

com.tomtom.online.sdk.map.ui.zoom.ZoomingControlsView

The complex view which groups buttons of the map zoom control.