| java.lang.Object | |
| ↳ | com.mapsted.ui.MapstedMapUiApi.EventsImpl |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EventsImpl() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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
| |||||||||||
Notify map fragment of an event.
Bundle arguments should be set using MapFragment.Args
| bundle | the bundle event |
|---|