Does Google MapView in Android use OpenGL? -
does google mapview in android use opengl?
no, not, far can ascertain. side bit of interest, original google maps written in c++, mobile version written in java , intended run on phone , platform combination.
however, android graphics gives opengl capabilities 2d , 3d graphics, in theory combine overlay.
http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/mapview.html provides detail on mapview class.
if you'd info on adding opengl surfaceview mapview, have @ following question:
how overlay glsurfaceview on mapview in android?
hope helps extent.
Comments
Post a Comment