forked from organicmaps/organicmaps
temporary comment this to see and api point and serach results on android
This commit is contained in:
parent
bf8badaa32
commit
c703d174a2
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ public class Framework
|
|||
|
||||
public static void clearApiPoints()
|
||||
{
|
||||
nativeClearApiPoints();
|
||||
//nativeClearApiPoints();
|
||||
}
|
||||
|
||||
public static DistanceAndAzimut getDistanceAndAzimut(double merX, double merY, double cLat, double cLon, double north)
|
||||
|
|
|
@ -80,7 +80,7 @@ public class SearchController implements OnClickListener
|
|||
{
|
||||
// Clear API points first, then clear additional layer
|
||||
// (Framework::Invalidate is called inside).
|
||||
cancelApiCall();
|
||||
//cancelApiCall(); // temporary comment for see search result and api points on map
|
||||
|
||||
Framework.cleanSearchLayerOnMap();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue