- DEFAULT - 类 中的静态变量com.amap.api.navi.enums.IconType
-
自车图标(数值:1)自定义转向图标数组,请忽略这个元素,从左转图标开始
Self-vehicle icon (Value: 1) Custom turn icon array, please ignore this element and start from the left turn icon
- defaultIconTypes - 类 中的静态变量com.amap.api.navi.view.NextTurnTipView
-
数组必须按照IconType.java数据进行配置,如果有空,使用R.drawable.amap_navi_lbs_sou9站位
The array must be configured according to IconType.java data.
- describeContents() - 类 中的方法com.amap.api.navi.model.AMapCarInfo
-
- describeContents() - 类 中的方法com.amap.api.navi.model.NaviPoi
-
- destroy() - 类 中的静态方法com.amap.api.navi.AMapNavi
-
释放导航对象资源
Release the resources of the navigation object.
- destroy() - 类 中的静态方法com.amap.api.navi.AmapNaviPage
-
已过时。
- destroy() - 类 中的方法com.amap.api.navi.AMapNaviParkLimitControl
-
- destroy() - 类 中的方法com.amap.api.navi.model.AMapNaviPathGroup
-
- destroy() - 类 中的方法com.amap.api.navi.view.AmapCameraOverlay
-
销毁电子眼,释放图片资源
Destroy electronic eyes, release image resources
- destroy() - 类 中的方法com.amap.api.navi.view.RouteOverLay
-
释放路线资源
Release route resources
- DETAIL - 类 中的静态变量com.amap.api.navi.enums.BroadcastMode
-
2-新手播报 详细播报(更关注变道提醒,安全提示)
2-Novice broadcast Detailed broadcast (focuses more on lane change reminders and safety tips)
- DirectionView - com.amap.api.navi.view中的类
-
指南针view类
Compass view class
- DISABLE_RESTRICT - 类 中的静态变量com.amap.api.navi.enums.PathPlanningErrCode
-
已过时。
- DISPATCH - 类 中的静态变量com.amap.api.navi.enums.AMapNaviRouteNotifyDataType
-
交警路线调度通知
Traffic police route dispatch notification
- displayOverview() - 类 中的方法com.amap.api.navi.AMapNaviView
-
- distance - 类 中的变量com.amap.api.navi.model.AMapNaviTrafficFacilityInfo
-
距离设施的剩余距离,单位:米
Remaining distance to the facility, unit: meters
- distance2Congestion(int) - 类 中的方法com.amap.api.navi.AMapRouteOptimalParams.Builder
-
- distToCar - 类 中的变量com.amap.api.navi.model.AMapNotAvoidInfo
-
到自车的距离
Distance to vehicle
- draw(AMap, AMapNaviCameraInfo[]) - 类 中的方法com.amap.api.navi.view.AmapCameraOverlay
-
绘制路线上的监控小气泡,需要传入地图对象
Draw small monitoring bubbles on the route, requires passing in a map object.
- Drive - 类 中的静态变量com.amap.api.navi.enums.TransportType
-
驾车
Driving
- DriveWayView - com.amap.api.navi.view中的类
-
车道线视图类
Lane view class
提示用户当前的车道有几个 且不同车道对应的前进方向为什么(比如:直行+右转;掉头)
Prompt users how many lanes are currently available and what the forward direction is for different lanes (e.g., go straight + turn right; U-turn)
- DRIVING_AVOID_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径-时间优先,规避拥堵的路线(考虑实时路况),策略值 4
Single path - time priority, congestion avoidance route (considering real-time traffic conditions), strategy value 4.
- DRIVING_DEFAULT - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
- DRIVING_MULTIPLE_PRIORITY_SPEED_COST_DISTANCE - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
- DRIVING_MULTIPLE_ROUTES_AVOID_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-躲避拥堵(考虑路况),策略值 12
Multiple paths - congestion avoidance (considering traffic conditions), strategy value 12.
- DRIVING_MULTIPLE_ROUTES_AVOID_COST - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-躲避收费,策略值 14
Multiple paths - avoid tolls, strategy value 14.
- DRIVING_MULTIPLE_ROUTES_AVOID_COST_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-躲避收费&躲避拥堵,策略值 17
Multiple paths - avoid tolls & congestion avoidance, strategy value 17.
- DRIVING_MULTIPLE_ROUTES_AVOID_HIGHSPEED - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-不走高速,策略值 13
Multiple paths - avoid highway, strategy value 13.
- DRIVING_MULTIPLE_ROUTES_AVOID_HIGHSPEED_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-不走高速&躲避拥堵,策略值 15
Multiple paths - avoid highway & congestion avoidance, strategy value 15.
- DRIVING_MULTIPLE_ROUTES_AVOID_HIGHSPEED_COST_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-不走高速&躲避收费&躲避拥堵,策略值 18
Multiple paths - avoid highway & avoid tolls & congestion avoidance, strategy value 18.
- DRIVING_MULTIPLE_ROUTES_AVOID_HIGHTSPEED_COST - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-不走高速&躲避收费,策略值 16
Multiple paths - avoid highway & avoid tolls, strategy value 16.
- DRIVING_MULTIPLE_ROUTES_DEFAULT - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-速度优先+躲避拥堵+距离较短,建议使用该策略,策略值 10
Multiple paths - speed priority + congestion avoidance + shorter distance, recommended to use this strategy, strategy value 10.
- DRIVING_MULTIPLE_ROUTES_PRIORITY_HIGHSPEED - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-高速优先,策略值 19
Multiple paths - highway priority, strategy value 19.
- DRIVING_MULTIPLE_ROUTES_PRIORITY_HIGHSPEED_AVOID_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
多路径-高速优先&躲避拥堵,策略值 20
Multiple paths - highway priority & congestion avoidance, strategy value 20.
- DRIVING_MULTIPLE_SHORTEST_TIME_DISTANCE - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
- DRIVING_NO_EXPRESS_WAYS - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径-普通路优先(不走快速路,包含高速路)策略值 3
Single path - ordinary road priority (avoid expressways, including highways) strategy value 3.
- DRIVING_SAVE_MONEY - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径-费用优先(尽量避开收费道路,有可能起始点间必有收费路)策略值 1
Single path - cost priority (try to avoid toll roads, there may be toll roads between start and end points) strategy value 1.
- DRIVING_SHORTEST_DISTANCE - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
- DRIVING_SINGLE_AVOID_HIGHSPEED_AVOID_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径:不走高速&躲避拥堵
Single route: Avoid highways & Bypass congestion
- DRIVING_SINGLE_AVOID_HIGHSPEED_DISTANCE - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径:不走高速&距离优先
Single route: Avoid highways & prioritize distance
- DRIVING_SINGLE_AVOID_HIGHSPEED_PRIORITY_SPEED_COST_DISTANCE - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径:不走高速&速度优先&费用优先&距离优先
Single route: avoid highways & speed first & cost first & distance first
- DRIVING_SINGLE_PRIORITY_HIGHSPEED - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径:高速优先&速度优先
Single route: highway priority & speed priority
- DRIVING_SINGLE_PRIORITY_HIGHSPEED_AVOID_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径:高速优先&躲避拥堵
Single route: prioritize highways & avoid congestion
- DRIVING_SINGLE_PRIORITY_HIGHSPEED_DISTANCE - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径:高速优先&距离优先
Single route: prioritize highway & prioritize distance
- DRIVING_SINGLE_ROUTE_AVOID_CONGESTION_COST - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径-躲避收费&躲避拥堵,策略值 8
Single path - avoid tolls & avoid congestion, strategy value 8.
- DRIVING_SINGLE_ROUTE_AVOID_HIGHSPEED - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径-不走高速,策略值 6
Single path - avoid highway, strategy value 6.
- DRIVING_SINGLE_ROUTE_AVOID_HIGHSPEED_COST - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径-不走高速&躲避收费,策略值 7
Single path - avoid highway & avoid tolls, strategy value 7.
- DRIVING_SINGLE_ROUTE_AVOID_HIGHSPEED_COST_CONGESTION - 类 中的静态变量com.amap.api.navi.enums.PathPlanningStrategy
-
单路径-不走高速&躲避收费&躲避拥堵,策略值 9
Single path - avoid highway & avoid tolls & avoid congestion, strategy value 9.
- DynamicRadioButton - com.amap.api.navi.view中的类
-
多语言 RadioButton
- DynamicRadioButton(Context) - 类 的构造器com.amap.api.navi.view.DynamicRadioButton
-
- DynamicRadioButton(Context, AttributeSet) - 类 的构造器com.amap.api.navi.view.DynamicRadioButton
-
- DynamicRadioButton(Context, AttributeSet, int) - 类 的构造器com.amap.api.navi.view.DynamicRadioButton
-
- DynamicTextView - com.amap.api.navi.view中的类
-
多语言 TextView
- DynamicTextView(Context) - 类 的构造器com.amap.api.navi.view.DynamicTextView
-
- DynamicTextView(Context, AttributeSet) - 类 的构造器com.amap.api.navi.view.DynamicTextView
-
- DynamicTextView(Context, AttributeSet, int) - 类 的构造器com.amap.api.navi.view.DynamicTextView
-