Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 534 Bytes

File metadata and controls

42 lines (24 loc) · 534 Bytes

一、高德地图依赖

1、通过下载 sdk 的方式继承:

2d: Amap_2DMAP_v

jar: AMAP_Location AMap_Search Android_Map3D_SDK Volley.jar

so: libAMapSDK_Map_vx_x.so

2、通过 gradle 的方式集成
3D地图

compile 'com.amap.api:3dmap:latest.integration'

2D地图

compile 'com.amap.api:map2d:latest.integration'

导航

compile 'com.amap.api:navi-3dmap:latest.integration'

搜索

compile 'com.amap.api:search:latest.integration'

定位

compile 'com.amap.api:location:latest.integration'