| 类 | 说明 |
|---|---|
| AimLessMode | |
| AMapNaviControlMusicVolumeMode |
导航语音播报混合音控制类型
Navigation voice broadcast mixed audio control type |
| AMapNaviParallelRoadStatus | |
| AMapNaviRingType |
提示音类型
Prompt tone type |
| AMapNaviRouteNotifyDataType | |
| AMapNaviViewShowMode |
创建时间:2018年5月7日 上午11:44:24
Creation time: 2018-05-07 11:44:24 项目名称:AndroidNavigationSDK Project name: AndroidNavigationSDK |
| AMapOwnershipType | |
| BroadcastMode |
语音播报模式
Voice broadcast mode. |
| CameraType |
摄像头类型
Camera types. |
| CarEnterCameraStatus |
区间测速行进车状态类型。
|
| EngineType |
引擎类型
Engine type |
| IconType |
导航图标类型
Navigation icon types. |
| LaneAction |
车道类型
Lane type |
| NaviForbidType | |
| NaviIncidentType | |
| NaviLimitType |
道路设施类型
Road facility type |
| NaviTTSType |
语音播报类型
Voice broadcast type |
| NaviType |
导航类型
Navigation type value与底层保持一致 Value consistent with the underlying layer |
| PageType | |
| PathPlanningErrCode |
路径规划错误码
Path planning error codes. |
| PathPlanningStrategy |
算路策略类型
Route planning strategy type 开发者可以使用此类策略进行算路,如果你想实现跟高德地图一样的checkbox选项,那么建议您直接使用我们封装的AmapNavi.strategyConvert()方法进行获取策略值 Developers can use these strategies for route calculation, If you want to implement checkbox options like AutoNavi Map, it is recommended to directly use our encapsulated AmapNavi.strategyConvert() method to obtain the strategy value 用法如下: Usage as follows: int strategy=mAMapNavi.strategyConvert(congestion, avoidhightspeed, cost, hightspeed, multipleroute); mAMapNavi.calculateDriveRoute(mStartPointList, mEndPointList, mWayPointList, strategy); 参数: Parameters: congestion 躲避拥堵 congestion Avoid congestion avoidhightspeed 不走高速 avoidhightspeed Avoid highway cost 避免收费 cost Avoid tolls hightspeed 高速优先 hightspeed Highway priority multipleroute 多路径 multipleroute Multiple routes 说明: Description: 以上参数都是boolean类型,其中multipleroute参数表示是否多条路线,如果为true则此策略会算出多条路线 All the above parameters are boolean types, The multipleroute parameter indicates whether multiple routes are calculated, If true, this strategy will calculate multiple routes 注意: Note: 不走高速与高速优先不能同时为true Avoid highway and highway priority cannot both be true 高速优先与避免收费不能同时为true Highway priority and avoid tolls cannot both be true |
| ReCalculateRouteType |
重新算路原因类型
Reason type for route recalculation |
| RoadClass |
道路等级类型
Road class types. |
| RoadType |
道路类型
Road types. |
| TrafficStatus |
道路拥堵状态枚举
Road congestion status enumeration |
| TransportType |
引擎交通类型
Engine traffic type |
| 枚举 | 说明 |
|---|---|
| AMapDriveEventType |
驾驶三急事件枚举类型
Driving three-urgency event enumeration type |
| AMapNaviMpidRestoreType |
Created by
mpid还原类型
|
| AMapNaviOnlineCarHailingType |
Created by liqi on 18/9/12
网约车模式枚举
Online car hailing mode enumeration |
| InvokerType |
Created by
请求算路invoker类型
|
| MapStyle |
导航页地图显示样式
Navigation page map display style |
| NetWorkingProtocol |
请求协议,目前支持二种定位协议
Request protocol, currently supports two positioning protocols http协议: http protocol: 在这种协议下,会使用http请求 Under this protocol, http requests will be used https协议: https protocol: 在这种协议下,会使用https请求 Under this protocol, https requests will be used |
| SecureFieldsType |
Created by
服务区坡度请求接口指定请求数据类型
|
| TravelStrategy |
骑步行算路策略枚举值
Walking and cycling route planning strategy enumeration values |
导航枚举包,提供了SDK中使用到的各种枚举类。