Do not launch Google Maps when the map is clicked lite mode

suggest change

When a Google Map is displayed in lite mode clicking on a map will open the Google Maps application. To disable this functionality you must call setClickable(false) on the MapView, e.g.:

final MapView mapView = (MapView)view.findViewById(R.id.map);
mapView.setClickable(false);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents