public class

MapstedMapApi.LayoutImpl

extends Object
implements MapApi.Layout
java.lang.Object
   ↳ com.mapsted.map.MapstedMapApi.LayoutImpl

Summary

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

Public Constructors

public LayoutImpl ()

Public Methods

public boolean addTopNotificationBarHeightListener (MapTopNotificationBarHeightListener listener)

Register listener for map top notification bar height change

Parameters
listener listener for map top notification bar height change
Returns
  • whether or not registering the listener was successful

public int getTopNotificationBarHeight ()

Get the current top notification bar height

Returns
  • the current top notification bar height (in pixels)

public boolean removeTopNotificationBarHeightListener (MapTopNotificationBarHeightListener listener)

Unregister listener for map top notification bar height change

Parameters
listener listener for map top notification bar height change
Returns
  • whether or not unregistering the listener was successful