| java.lang.Object | |
| ↳ | com.mapsted.ui.MapstedMapUiApi.EventsImpl |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EventsImpl() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
launchRoutePreview(RoutingResponse routingResponse)
Programmatically trigger the creation of the route preview screen
| ||||||||||
| void |
mapFragmentEvent(Bundle bundle)
Notify map fragment of an event.
| ||||||||||
| boolean |
setSearchListener(SearchListener listener)
Set search listener to listen to search selection events
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.mapsted.ui.MapUiApi.Events
| |||||||||||
Programmatically trigger the creation of the route preview screen
| routingResponse | the route response |
|---|
Notify map fragment of an event.
Bundle arguments should be set using MapFragment.Args
| bundle | the bundle event |
|---|
Set search listener to listen to search selection events
| listener | the listener |
|---|