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.
我最近开始使用 Maps Android Api (V2) 并与自定义图块叠加层集成。我成功地添加了叠加图像,但是当叠加在 3d 建筑物上时它们看起来很傻。我希望能够在全局范围内或针对特定建筑物关闭 3d 建筑物,以便我的平铺图像不会干扰 3d 图像。实现这一目标的最佳方法是什么?
似乎他们再次改变了他们的行为以禁用显示 3D 建筑:
GoogleMap.setBuildingsEnabled(false);
谷歌地图安卓参考
看起来谷歌纠正了这个问题。当我在它们上面绘制叠加层时,3d 建筑物不再出现。