Does Google use MapView in Android OpenGL?

Does Google use MapView in Android OpenGL?

+2
source share
1 answer

No, this is not as far as I can ascertain. As a side interest, google source maps were written in C ++, but the mobile version was written in Java and is designed to work in any combination of phone and platform.

However, Android graphics gives you OpenGL capabilities for 2D and 3D graphics, which you could theoretically combine with it as an overlay.

http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapView.html provides detailed information about the MapView class.

OpenGL SurfaceView MapView, :

GLSurfaceView MapView Android?

, .

+2

Source: https://habr.com/ru/post/1777982/


All Articles