public static interface

MapApi.Layout

com.mapsted.map.MapApi.Layout
Known Indirect Subclasses

Class Overview

Access/manage layout related functionality

Summary

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

Public Methods

public abstract 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 abstract int getTopNotificationBarHeight ()

Get the current top notification bar height

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

public abstract 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