SupportMapFragment Instead of MapFragment
问题 I want to make an android application that uses Google Maps for Android v2. I can show a map. I can even navigate and zoom. But, when I want to search for more operations to make, I can't find any. I want this application to work on API level 8 and above. So, I used SupportMapFragment . I heard that, if I want to make my application to work on API level 8 and above, I have to use SupporMapFragment . I found examples about MapFragment s, but unfortunately, not about SupportMapFragment . I want