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