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.currentlocation.CurrentLocationClickAction

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

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.