Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 MapView 顶部的 GLSurfaceView 中渲染一些 OpenGL 对象并将它们与纬度和经度一起放置(同步 2 个表面)。
我可能需要将纬度和经度转换为屏幕位置,但这可能吗?
我通过使用Renderer绘制场景然后使用glReadPixels. 之后,我只需要使用位图将 a 添加GroundOverlay到我的地图中。
Renderer
glReadPixels
GroundOverlay