| 程序包 | 说明 |
|---|---|
| com.amap.api.navi |
导航基础包,提供路径规划、导航等基础功能。
|
| 限定符和类型 | 方法和说明 |
|---|---|
AMapNaviViewOptions |
AMapNaviView.getViewOptions()
返回导航自定义视图的属性配置对象
Return the property configuration object of the navigation custom view. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AMapNaviView.setViewOptions(AMapNaviViewOptions options)
设置导航自定义视图界面的属性配置对象,用于控制导航地图的仰角,是否展示车道信息,是否显示路况放大图等属性
Set the property configuration object of the navigation custom view interface, used to control properties such as map tilt angle, whether to display lane information, whether to display traffic condition enlargement map, etc. |
| 构造器和说明 |
|---|
AMapNaviView(Context context,
AMapNaviViewOptions options)
根据给定的参数构造一个导航视图类对象
Construct a navigation view class object with the given parameters. |