temporary comment this to see and api point and serach results on android

This commit is contained in:
ExMix 2014-05-16 12:30:57 +03:00 committed by Alex Zolotarev
parent bf8badaa32
commit c703d174a2
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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();