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
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 positionpois
- POIs around that spot