| com.mapsted.map.MapApi.Layout |
Known Indirect Subclasses
|
Access/manage layout related functionality
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
addTopNotificationBarHeightListener(MapTopNotificationBarHeightListener listener)
Register listener for map top notification bar height change
| ||||||||||
| abstract int |
getTopNotificationBarHeight()
Get the current top notification bar height
| ||||||||||
| abstract boolean |
removeTopNotificationBarHeightListener(MapTopNotificationBarHeightListener listener)
Unregister listener for map top notification bar height change
| ||||||||||
| abstract void |
setBottomSheetHeight(int height)
Informs the MapApi of the bottom sheet height which will be overlayed over the map
| ||||||||||
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 |
|---|