com.nutiteq.listeners
Interface MapListener

All Known Implementing Classes:
DelayedMapListener, MapView

public interface MapListener

Listen for map events.


Method Summary
 void mapClicked(WgsPoint p)
          Called when a point on the map is clicked (when place is not selected).
 void mapMoved()
          Called after map has been moved.
 void needRepaint(boolean mapIsComplete)
          Called when the map is changed in some way and repaint needs to be called on the container object.
 

Method Detail

mapMoved

void mapMoved()
Called after map has been moved.


mapClicked

void mapClicked(WgsPoint p)
Called when a point on the map is clicked (when place is not selected).

Parameters:
p - point clicked in WGS84

needRepaint

void needRepaint(boolean mapIsComplete)
Called when the map is changed in some way and repaint needs to be called on the container object.

Parameters:
mapIsComplete - is current map view complete (if FALSE, then some map tiles are not yet downloaded)