MapController
@RequiresCarApi(value = 5)
@CarProtocol
class MapController
A component that holds onto controls associated with an app-provided provided map tile.
Summary
Nested types |
|---|
class MapController.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
ActionStrip? |
Returns the map |
PanModeDelegate? |
Returns |
Int |
hashCode() |
Public functions
getMapActionStrip
fun getMapActionStrip(): ActionStrip?
Returns the map ActionStrip for this component (which will be shown on the active template) or null if not set.
| See also | |
|---|---|
setMapActionStrip |
getPanModeDelegate
fun getPanModeDelegate(): PanModeDelegate?
Returns PanModeDelegate that should be called when the user interacts with pan mode on the active template.
| See also | |
|---|---|
setPanModeListener |