arcgis for Android 100多是17年发布的。跟之前的10点多系列变化还是很大,很多地方都是重构过的。功能的强大就不用我多说。这篇先讲地图的基本操作以及加载地图。后面会说怎么加载天地图,谷歌地图等,加载shp,画图等等。
github上面官方示例程序:https://github.com/Esri/arcgis-runtime-samples-android
1,上图
2,代码实现
package com.arcgis.activity;
import android.net.Uri;
import android.os.Bundle;
import android.supp