这里地图慢,如何关闭3d-建筑物?

Here Map slow, how to turn off 3d- buildings?

我正在使用 Android 的 here-sdk 实现一个简单的导航应用程序。 它有一些很棒的功能,与我当前的 google 基于地图的应用程序相比非常有用。 但是,该应用程序在导航时以及我只是在地图上滚动时都非常慢。我认为关闭 3d- 建筑物会提高性能,但我找不到实现此目的的方法...... 可能吗?以及如何?

谢谢

查看 Map.setExtrudedBuildingsVisible(布尔值可见)

参见: https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics_api_nlp_hybrid_plus/com-here-android-mpa-mapping-map.html#topic-apiref__setextrudedbuildingsvisible-boolean

还有另一种类型的 3D 建筑(3DLandmarks,一些著名建筑的 3D 模型)。那些你可以 activate/deactivate 通过 setLandmarksVisible(false)

顺便说一句:你是什么设备 运行?它有什么 CPU/GPU 芯片组?我们知道挤压建筑物会在一些 GPU 上造成一些性能问题(参见:https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/development-tips.html