| 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. 
  
   | ||||||||||
| 
  [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 | 
|---|