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.
在 SDK 示例文件夹中看到的每个项目都使用 GlympseMapFragment。为了我的目的,我不需要如此重量级的东西。我想在我的应用程序中嵌入 GlympseMapViewGoogle。我该怎么做呢?有没有任何地方的例子?
不幸的是,GlympseMapViewGoogle 不是一个可以单独用来在地图上显示 Glympse 的对象。如果您想避免使用 GlympseMapFragment,您需要编写自己的代码来处理在 Google 地图上显示用户和票证的问题。