added parsing of directions response

This commit is contained in:
Sem van der Hoeven
2021-01-04 11:42:34 +01:00
parent 1ca13e3a6b
commit d433565fef
7 changed files with 153 additions and 15 deletions

View File

@@ -110,8 +110,6 @@ public class HomeFragment extends Fragment {
mapView.getOverlays().add(customOverlay);
// add the zoom controller
IMapController mapController = mapView.getController();
mapController.setZoom(15.0);