de.monarchy.guideme.map
Interface TouchDelegate


public interface TouchDelegate

A delegate that can be used to react on touch events on a MapWrapper's view.

Author:
dstuerze

Method Summary
 void onTouch(GeoCoordinate place)
          Delegation method that will be called after touching the map.
 

Method Detail

onTouch

void onTouch(GeoCoordinate place)
Delegation method that will be called after touching the map. It will pass the world location the user has clicked on.

Parameters:
place - position the user clicked