程序包 | 说明 |
---|---|
com.amap.api.navi |
导航基础包,提供路径规划、导航等基础功能。
|
com.amap.api.navi.model |
导航模型包,大部分是通过接口回调透传给用户使用,如:导航路径、导航信息、位置信息等.
|
com.amap.api.navi.view |
导航视图包,包括了导航SDK中的使用的各种View类。
|
限定符和类型 | 方法和说明 |
---|---|
AMapNaviPath |
AMapNavi.getNaviPath()
获取当前规划的路线方案(路线结果),驾车、骑行与步行共用这一个对象
|
限定符和类型 | 方法和说明 |
---|---|
java.util.HashMap<java.lang.Integer,AMapNaviPath> |
AMapNavi.getNaviPaths()
获取计算的多条路径
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
AMapNavi.getRestrictareaInfo(AMapNaviPath path,
AMapNaviRestrictAreaInfoListener observer)
获取现行信息数据
|
限定符和类型 | 方法和说明 |
---|---|
AMapNaviPath |
AMapNaviPathGroup.getMainPath()
获取主路线
|
AMapNaviPath |
AMapNaviPathGroup.getPath(int index)
获取指定索引的路线
|
构造器和说明 |
---|
RouteOverLay(com.amap.api.maps.AMap amap,
AMapNaviPath aMapNaviPath,
Context context)
根据给定的参数,构造一个导航路线图层类对象。
|