de.monarchy.guideme.main
Interface PositionChangeListener

All Known Implementing Classes:
CombinationView

public interface PositionChangeListener

Interface for a simple listener which is able to react to changes of the device's position. It is used by the InformationHandler of MainActivity.

Author:
dstuerze

Method Summary
 void stateChanged(GeoCoordinate arg, POI[] pois)
          Callback method indicating a change of the device's orientation happend.
 

Method Detail

stateChanged

void stateChanged(GeoCoordinate arg,
                  POI[] pois)
Callback method indicating a change of the device's orientation happend. With the new position, an array of POIs in a range around this location is submitted.

Parameters:
arg - new position
pois - POIs around that spot