Android app starts Google Maps with Satellite view
You can start in your app the Google Maps app with code like:
Has there been any update in Google Maps Android SDK, version 18.2.0, wherein they have updated the view hierarchy of MapFragment?
I have a library written by myself in which I have been using Google Maps Android SDK version 18.1.0 earlier(recently upgraded to 18.2,0). I have two Android Apps with me, let’s call them app1 and app2. In app1, I use MapFragment which I have hosted in the library, and I have positioned the “my current location” button to the bottom right corner of the screen with custom padding all in the library. I do this by accessing the myPosition button as follows: