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.
我目前正在开发一个使用 arcGIS 地图的 Android 项目。我一直在网上搜索一种在需要加载地图时显示地图加载进度的方法。我知道此功能存在于 Silverlight 和 Javascript 的 API 中,我想知道这是否也适用于 Android。有小费吗?
你可以自己做。
首先,您将 setOnStatusChangedListener 添加到地图/图层。您在地图/图层开始充电时启动进度对话框,并在加载地图/图层时通过检查 OnStatusChangedListener.STATUS.LAYER_LOADED 关闭进度对话框