I need to hack com.google.android.gms.maps.MapView , but I can not find the source. I already tried google search.
The reason I need to look at the source, I want to know when to do this rendering. The MapView class extends FrameLayout, but the map itself is drawn using OpenGl, so I really need to see where this happens.
source share