public interface MapHandlerListener
Modifier and Type | Method and Description |
---|---|
void |
onPressLocation(org.mapsforge.core.model.LatLong latLong)
when use press on the screen to get a location form map
|
void |
pathCalculating(boolean shortestPathRunning)
calculate path calculating (running) true NOT running or finished false
|
void onPressLocation(org.mapsforge.core.model.LatLong latLong)
latLong
- void pathCalculating(boolean shortestPathRunning)
shortestPathRunning
-