| java.lang.Object | |
| ↳ | com.mapsted.map.MapstedMapApi.LayoutImpl |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LayoutImpl() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
addTopNotificationBarHeightListener(MapTopNotificationBarHeightListener listener)
Register listener for map top notification bar height change
| ||||||||||
| int |
getTopNotificationBarHeight()
Get the current top notification bar height
| ||||||||||
| boolean |
removeTopNotificationBarHeightListener(MapTopNotificationBarHeightListener listener)
Unregister listener for map top notification bar height change
| ||||||||||
| void |
setBottomSheetHeight(int height)
Informs the MapApi of the bottom sheet height which will be overlayed over the map
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.mapsted.map.MapApi.Layout
| |||||||||||
Register listener for map top notification bar height change
| listener | listener for map top notification bar height change |
|---|
Get the current top notification bar height
Unregister listener for map top notification bar height change
| listener | listener for map top notification bar height change |
|---|
Informs the MapApi of the bottom sheet height which will be overlayed over the map
| height | the bottom sheet height |
|---|