- CABLEWAY - 类 中的静态变量com.amap.api.navi.enums.IconType
-
通过索道图标(数值:36)骑行、步行专有图标
Through cableway icon (Value: 36) Cycling and walking exclusive icons
- calcRouteTimeInterval(int) - 类 中的方法com.amap.api.navi.AMapRouteOptimalParams.Builder
-
触发更优路线计算的时间间隔
默认值10,取值范围【10,120】 单位:分钟
- calculateDriveRoute(List<NaviLatLng>, List<NaviLatLng>, List<NaviLatLng>, int) - 类 中的方法com.amap.api.navi.AMapNavi
-
计算驾车路径(包含起点)
Calculate the driving route including the starting point.
- calculateDriveRoute(List<NaviLatLng>, List<NaviLatLng>, int) - 类 中的方法com.amap.api.navi.AMapNavi
-
计算驾车路径(不带起点,起点默认为当前位置)
Calculate the driving route without specifying the starting point, which defaults to the current location.
- calculateDriveRoute(String, String, List<String>, int) - 类 中的方法com.amap.api.navi.AMapNavi
-
计算驾车路径(包含起点)
Calculates the driving route including the starting point.
- calculateDriveRoute(String, List<String>, int) - 类 中的方法com.amap.api.navi.AMapNavi
-
计算驾车路径(不带起点,起点默认为当前位置)。
- calculateDriveRoute(NaviPoi, NaviPoi, List<NaviPoi>, int) - 类 中的方法com.amap.api.navi.AMapNavi
-
驾车POI算路
Driving POI route calculation.
- calculateDriveRoute(NaviPoi, NaviPoi, List<NaviPoi>, int, AMapCalculateRouteListener) - 类 中的方法com.amap.api.navi.AMapNavi
-
- calculateDriveRoute(NaviPoi, NaviPoi, List<NaviPoi>, AMapNaviCalRouteOptions) - 类 中的方法com.amap.api.navi.AMapNavi
-
算路参数支持传option,方便扩展算路参数
Routing parameters support passing options for easy extension of routing parameters
AMapNaviCalRouteOptions 当前支持设置 strategy 和 invoker,后期按需要增加字段
- calculateEleBikeRoute(NaviLatLng) - 类 中的方法com.amap.api.navi.AMapNavi
-
骑行(电动车)经纬度算路 (不带起点,默认为当前位置)
Electric bicycle route calculation based on latitude and longitude (without a specified starting point, defaults to current position).
- calculateEleBikeRoute(NaviLatLng, NaviLatLng) - 类 中的方法com.amap.api.navi.AMapNavi
-
骑行(电动车)经纬度算路
Electric bicycle route calculation based on latitude and longitude.
- calculateEleBikeRoute(NaviPoi, NaviPoi, TravelStrategy) - 类 中的方法com.amap.api.navi.AMapNavi
-
骑行(电动车)POI算路
Calculate electric bike route based on POIs.
- calculateRideRoute(NaviLatLng) - 类 中的方法com.amap.api.navi.AMapNavi
-
骑行(自行车)经纬度算路 (不带起点,默认为当前位置)
Cycling (bicycle) route calculation based on latitude and longitude (without starting point, defaulting to current position).
- calculateRideRoute(NaviLatLng, NaviLatLng) - 类 中的方法com.amap.api.navi.AMapNavi
-
骑行(自行车)经纬度算路 (包含起点)。
- calculateRideRoute(NaviPoi, NaviPoi, TravelStrategy) - 类 中的方法com.amap.api.navi.AMapNavi
-
骑行(自行车)POI算路
Calculate route using POIs for cycling (bicycle).
- calculateRideRoute(NaviPoi, List<NaviPoi>, NaviPoi, TravelStrategy) - 类 中的方法com.amap.api.navi.AMapNavi
-
骑行(自行车)POI算路 特别注意:当前接口为收费接口,您如果申请试用或者正式应用都请通过工单系统提交商务合作类工单进行沟通 https://lbs.amap.com/
Cycling (bicycle) route calculation via POIs.
- calculateWalkRoute(NaviLatLng) - 类 中的方法com.amap.api.navi.AMapNavi
-
计算步行路径(不带起点,默认为当前位置)。
- calculateWalkRoute(NaviLatLng, NaviLatLng) - 类 中的方法com.amap.api.navi.AMapNavi
-
计算步行路径(包含起点)。
- calculateWalkRoute(NaviPoi, NaviPoi, TravelStrategy) - 类 中的方法com.amap.api.navi.AMapNavi
-
步行POI算路
Calculate walking route using POIs
- calculateWalkRoute(NaviPoi, List<NaviPoi>, NaviPoi, TravelStrategy) - 类 中的方法com.amap.api.navi.AMapNavi
-
步行POI算路 特别注意:当前接口为收费接口,您如果申请试用或者正式应用都请通过工单系统提交商务合作类工单进行沟通 https://lbs.amap.com/
Walking POI routing note: This interface is currently a paid service.
- calculateWalkRouteReturnRequestId(NaviLatLng) - 类 中的方法com.amap.api.navi.AMapNavi
-
- CAMERA_AND_SPECIALROAD_DETECTED - 类 中的静态变量com.amap.api.navi.enums.AimLessMode
-
3-巡航模式播报电子眼和特殊路段
3-Cruise mode reports both electronic eyes and special road sections
- CAMERA_DETECTED - 类 中的静态变量com.amap.api.navi.enums.AimLessMode
-
1-巡航模式只播报电子眼
1-Cruise mode only reports electronic eyes
- CameraType - com.amap.api.navi.enums中的类
-
摄像头类型
Camera types.
- CAR_UP_MODE - 类 中的静态变量com.amap.api.navi.AMapNaviView
-
0-车头向上模式
0-Car heading up mode
- CarEnterCameraStatus - com.amap.api.navi.enums中的类
-
区间测速行进车状态类型。
- carType - 类 中的变量com.amap.api.navi.model.AMapNaviForbiddenInfo
-
限制车辆类型类型
Vehicle restriction type.
- carTypeDesc - 类 中的变量com.amap.api.navi.model.AMapNaviForbiddenInfo
-
限制车辆类型描述
Vehicle type restriction description
- CHANGE_MAIN_ROUTE - 类 中的静态变量com.amap.api.navi.enums.AMapNaviRouteNotifyDataType
-
主路线变更
Main route change
- CHANNEL - 类 中的静态变量com.amap.api.navi.enums.IconType
-
通过通道、建筑物穿越通道图标(数值:38)骑行、步行专有图标
Through channel, building passage icon (Value: 38) Cycling and walking exclusive icons
- ChargingInfo() - 类 的构造器com.amap.api.navi.model.AMapServiceAreaDetailInfo.ChargingInfo
-
- cityCodes - 类 中的变量com.amap.api.navi.model.AMapRestrictionInfo
-
城市代码集合
- clone() - 类 中的方法com.amap.api.navi.model.AMapNaviParkLimitInfo
-
- colorDay - 类 中的变量com.autonavi.ae.maps.CoreRoutePassLineColor
-
置灰颜色(白天)
- colorNight - 类 中的变量com.autonavi.ae.maps.CoreRoutePassLineColor
-
置灰颜色(黑夜)
- com.amap.api.navi - 程序包 com.amap.api.navi
-
导航基础包,提供路径规划、导航等基础功能。
- com.amap.api.navi.enums - 程序包 com.amap.api.navi.enums
-
导航枚举包,提供了SDK中使用到的各种枚举类。
- com.amap.api.navi.model - 程序包 com.amap.api.navi.model
-
导航模型包,大部分是通过接口回调透传给用户使用,如:导航路径、导航信息、位置信息等.
- com.amap.api.navi.view - 程序包 com.amap.api.navi.view
-
导航视图包,包括了导航SDK中的使用的各种View类。
- com.autonavi.ae.maps - 程序包 com.autonavi.ae.maps
-
- COMMON - 类 中的静态变量com.amap.api.navi.enums.RoadType
-
15-普通道路
15-Common road
- COMMONWAY - 类 中的静态变量com.amap.api.navi.enums.RoadClass
-
9-道路类型:普通道路
9-Road type: Ordinary roads
- COMPLEX_INTERNAL_ROAD - 类 中的静态变量com.amap.api.navi.enums.RoadType
-
2-路口内部道路
2-Intersection internal road
- COMPONENT - 类 中的静态变量com.amap.api.navi.enums.PageType
-
组件页面(包含路径规划、搜索和导航)
Component page (including route planning, search, and navigation)
- CONCISE - 类 中的静态变量com.amap.api.navi.enums.BroadcastMode
-
1-专家播报 简洁播报(播报更精简,建议老司机使用)
1-Expert broadcast Concise broadcast (more concise broadcast, recommended for experienced drivers)
- congestionPassageTime(int) - 类 中的方法com.amap.api.navi.AMapRouteOptimalParams.Builder
-
- coord2D - 类 中的变量com.amap.api.navi.model.AMapNotAvoidInfo
-
二维位置
2D position
- coord3D - 类 中的变量com.amap.api.navi.model.AMapNotAvoidInfo
-
三维位置
3D position
- CoreEyrieColor - com.autonavi.ae.maps中的类
-
颜色信息设置
- CoreEyrieColor() - 类 的构造器com.autonavi.ae.maps.CoreEyrieColor
-
- CoreEyrieColor(long, long) - 类 的构造器com.autonavi.ae.maps.CoreEyrieColor
-
- CoreRouteDashedLineColor - com.autonavi.ae.maps中的类
-
虚线颜色
- CoreRouteDashedLineColor() - 类 的构造器com.autonavi.ae.maps.CoreRouteDashedLineColor
-
- CoreRoutePassLineColor - com.autonavi.ae.maps中的类
-
路线置灰颜色
- CoreRoutePassLineColor() - 类 的构造器com.autonavi.ae.maps.CoreRoutePassLineColor
-
- CoreRouteTrafficStatusColor - com.autonavi.ae.maps中的类
-
交通路况颜色
- CoreRouteTrafficStatusColor() - 类 的构造器com.autonavi.ae.maps.CoreRouteTrafficStatusColor
-
- COUNTYANDTOWNLWAY - 类 中的静态变量com.amap.api.navi.enums.RoadClass
-
5-道路类型:县乡村内部道路
5-Road type: Internal roads of county, township and village
- COUNTYLWAY - 类 中的静态变量com.amap.api.navi.enums.RoadClass
-
3-道路类型:县道
3-Road type: County road
- createModelCrossBitMap(byte[], AMapModeCrossOverlay.OnCreateBitmapFinish) - 类 中的方法com.amap.api.navi.view.AMapModeCrossOverlay
-
创建模型路口放大图bitmap
Create model intersection enlargement map bitmap
- CREATOR - 类 中的静态变量com.amap.api.navi.model.AMapCarInfo
-
- CREATOR - 类 中的静态变量com.amap.api.navi.model.NaviPoi
-
- CROSSWALK - 类 中的静态变量com.amap.api.navi.enums.IconType
-
通过人行横道图标(数值:29)骑行、步行专有图标
Through pedestrian crossing icon (Value: 29) Cycling and walking exclusive icons
- CRUISE - 类 中的静态变量com.amap.api.navi.enums.NaviType
-
巡航模式(数值:3)
Cruise mode (value: 3)
- CRUISE_ROUTE - 类 中的静态变量com.amap.api.navi.enums.IconType
-
通过游船路线图标(数值:40)骑行、步行专有图标
Through cruise route icon (Value: 40) Cycling and walking exclusive icons
- currentRoadName - 类 中的变量com.amap.api.navi.model.AMapNaviLimitInfo
-
限制的当前路段名称
Name of the current restricted section
- CUSTOM_TTS_TEXT - 类 中的静态变量com.amap.api.navi.enums.NaviTTSType
-
自定义语音播报
Custom voice broadcast