public interface UiComponentsLayer
Modifier and Type | Method and Description |
---|---|
com.tomtom.online.sdk.map.ui.compass.CompassView |
getCompassView()
Get compass view.
|
com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationView |
getCurrentLocationView()
Get current location view.
|
LogoView |
getLogoView()
Gets TomTom logo view.
|
android.view.ViewGroup |
getMarkerBalloonsLayerView()
Get view group that is used to add marker balloons.
|
com.tomtom.online.sdk.map.ui.arrowbuttons.PanningControlsView |
getPanningControlsView()
Get controls to pan the map.
|
com.tomtom.online.sdk.map.ui.zoom.ZoomingControlsView |
getZoomingControlsView()
Gets controls to zoom in and zoom out the map.
|
android.view.ViewGroup getMarkerBalloonsLayerView()
com.tomtom.online.sdk.map.ui.compass.CompassView getCompassView()
com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationView getCurrentLocationView()
com.tomtom.online.sdk.map.ui.arrowbuttons.PanningControlsView getPanningControlsView()
com.tomtom.online.sdk.map.ui.zoom.ZoomingControlsView getZoomingControlsView()
LogoView getLogoView()