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