|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MapDisplayListener
Can be used by an external class, to register to some event
received by the canvas, and modify envetually the default behavior (mainly
for key press.
The other feedback (oneLocationSelected) is called when the user select
either with the keyboard of the touchscreen a specific location
| Method Summary | |
|---|---|
boolean |
mapKeyPressed(MapDisplay c,
int code)
Called when a key has been pressed. |
boolean |
oneLocationSelected(MapDisplay c,
Marker theLoc)
Callback called when the user select a location in the map |
void |
onMoveEnd(MapDisplay c)
The map has stop to move... |
| Method Detail |
|---|
boolean oneLocationSelected(MapDisplay c,
Marker theLoc)
theLoc - return true if default behavior (switch map/satellite)
needs to be applied also
boolean mapKeyPressed(MapDisplay c,
int code)
started -
void onMoveEnd(MapDisplay c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||