开发者

Does Google MapView in Android use OpenGL?

Does Google MapView in Android use开发者_运维技巧 OpenGL?


No, it does not, as far as I can ascertain. As a side bit of interest, the original google maps was written in C++, but the mobile version was written in Java and intended to run on any phone and platform combination.

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

http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapView.html provides the detail on the MapView class.

If you'd like info on adding an OpenGL SurfaceView to a MapView, have a look at the following question:

How to overlay GLSurfaceView over a MapView in Android?

Hope that helps to some extent.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜