I can see the difference on Google Maps, but on an Android MapActivity
I’m struggling to find the difference.
For ‘map’ I call: mapView.setSatellite(false);
For ‘satellite’ I call: mapView.setSatellite(true);
But for hybrid view… I tried playing with
mapView.setStreetView(true); but this doesn’t seem to affect anything
either way.
Any ideas?
If you are only viewing the streetView, make the following call:
That solved it for me. Good luck