Simple side by side comparison of GoogleMaps Android MapView and SupportMapFragment. The main takeaway is the possibility to view how different map presentations handle caching when moving between fragments.
In short, SupportMapFragment caches markers and drawings while MapView does not, even though all lifecycle callbacks are directed to it.