- getAccuracy() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取定位精度
- getAimlessModeDistance() - 类 中的方法com.amap.api.navi.model.AimLessModeStat
-
巡航模式(无路线规划)下轨迹距离
距离就是用户自车在该模式下的轨迹累积的距离
进入电子狗巡航满足连续5个点大于15km/h,就开始记录轨迹距离,认为用户启用了电子狗巡航
- getAimlessModeTime() - 类 中的方法com.amap.api.navi.model.AimLessModeStat
-
巡航模式(无路线规划)下运行时间
进入电子狗巡航满足连续5个点大于15km/h,就开始计时,认为用户启用了电子狗巡航
- getAllCameras() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取全路段的所有摄像头
注意:该接口仅驾车模式有效
- getAllLength() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
返回当前导航路线的总长度。
- getAllTime() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
返回当前导航路径所需的时间,单位为秒。
- getAltitude() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取海拔高度
- getAmapCongestionLinks() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
该条道路的拥堵信息数组
仅当拥堵长度大于500米且拥堵时间大于5分钟时,服务才下发拥堵路段形状点
- getAnchorX() - 类 中的方法com.amap.api.navi.AMapNaviView
-
获取当前锁车态下,自车位置锁定在屏幕x轴的位置比率,范围:0-1,0代表最左侧,1代表最右侧
- getAnchorY() - 类 中的方法com.amap.api.navi.AMapNaviView
-
获取当前锁车态下,自车位置锁定在屏幕y轴的位置比率,范围:0-1,0代表最顶端,1代表最底部
- getAverageSpeed() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
进入区间测速区域后的实时平均速度,注意:只有在类型为区间测速时才有值
- getBearing() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取定位方向
- getBitmap() - 类 中的方法com.amap.api.navi.model.AMapNaviCross
-
获取路口放大图的bitmap。
- getBitmapDescriptor() - 类 中的方法com.amap.api.navi.AMapNaviMarkerOptions
-
- getBoundsForPath() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取该导航路线最小坐标点和最大坐标点围成的矩形区域。
- getBroadcastType() - 类 中的方法com.amap.api.navi.model.AMapNaviTrafficFacilityInfo
-
获取道路设施类型
- getCalcRouteType() - 类 中的方法com.amap.api.navi.model.AMapCalcRouteResult
-
- getCameraDistance() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取当前位置到摄像头的距离
- getCameraSpeed() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取当前摄像头的限速大小
- getCameraType() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取摄像头的类型
- getCarBitmap() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
获取车标的bitmap对象
- getCarInfo() - 类 中的方法com.amap.api.navi.AmapNaviParams
-
获取设置的货车参数对象
- getCenterForPath() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
返回当前导航路线的中心点。
- getChargeLength() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段收费路段距离
注意:该接口仅驾车模式有效
- getCityAdcodeList() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取驾车导航路线上沿途城市adcode列表
注意:该接口仅驾车模式有效
- getCityCode() - 类 中的方法com.amap.api.navi.model.AMapRestrictionInfo
-
获取城市代码
- getCongestionStatus() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
拥堵区域的整体拥堵状态
- getCongestionStatus() - 类 中的方法com.amap.api.navi.model.AMapCongestionLink
-
获取拥堵道路link拥堵状态
- getControlMusicVolumeMode() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取导航语音播报混合音状态
- getCoord() - 类 中的方法com.amap.api.navi.model.AMapNaviGuide
-
聚合段入口点的坐标
- getCoord() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取当前位置的经纬度坐标
- getCoordinate() - 类 中的方法com.amap.api.navi.model.AMapServiceAreaInfo
-
获取服务区位置
- getCoordList() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
返回当前导航路线的所有坐标点。
- getCoords() - 类 中的方法com.amap.api.navi.model.AMapCongestionLink
-
获取拥堵道路link形状点集
- getCoords() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取该Link道路坐标点集
- getCoords() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段坐标点集
- getCoorX() - 类 中的方法com.amap.api.navi.model.AMapNaviTrafficFacilityInfo
-
获取道路设施经度(水平方向)
- getCoorY() - 类 中的方法com.amap.api.navi.model.AMapNaviTrafficFacilityInfo
-
获取道路设施纬度(垂直方向))
- getCount() - 类 中的方法com.amap.api.navi.model.IndependInfo
-
获取差异段个数
- getCurLink() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取自车所在小路段索引
- getCurLinkIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取当前点相对于当前step的link索引
- getCurPoint() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取当前位置所在link上的点索引
- getCurPointIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取当前点相对于当前link的点的索引
- getCurrentRoadName() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取当前路线名称
- getCurrentSpeed() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
- getCurStep() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取当前大路段索引
- getCurStepIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取当前点相对于整条路的step索引
- getCurStepRetainDistance() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取当前路段剩余距离
注意:该接口仅驾车模式有效
- getCurStepRetainTime() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取当前路段剩余时间
注意:该接口仅驾车模式有效
- getCustomIconTypeDrawables() - 类 中的方法com.amap.api.navi.view.NextTurnTipView
-
- getCustomMiddleView() - 接口 中的方法com.amap.api.navi.INaviInfoCallback
-
获取导航地图自定义View,该View在导航界面的垂直居中,水平靠左位置
- getCustomNaviBottomView() - 接口 中的方法com.amap.api.navi.INaviInfoCallback
-
获取导航地图自定义View,该View在导航整体界面的下面,注意要设置setLayoutParams并且设置高度
- getCustomNaviView() - 接口 中的方法com.amap.api.navi.INaviInfoCallback
-
获取导航地图自定义View,该View在导航界面的当前路名位置,使用该方法以后,将不会显示当前路名
- getCustomResources() - 类 中的方法com.amap.api.navi.view.NextTurnTipView
-
- getDescLen() - 类 中的方法com.amap.api.navi.model.AMapRestrictionInfo
-
已过时。
- getDescription() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideSegment
-
获取该详情分段的描述信息
- getDetail() - 类 中的方法com.amap.api.navi.model.AMapServiceAreaInfo
-
服务区详细信息:按位标识(0-没有,1-有),第0~5位分别表示加油站,餐饮,卫生间,汽修,购物,住宿
- getDeviceId(Context) - 类 中的静态方法com.amap.api.navi.AMapNavi
-
获取设备唯一ID,使用导航SDK的时候建议使用这个作为设备唯一ID
- getDirectionBitmap() - 类 中的方法com.amap.api.navi.view.DirectionView
-
获取指南针位图
- getDirectionInfo() - 类 中的方法com.amap.api.navi.model.AMapExitDirectionInfo
-
获取出口方向信息
- getDistance() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取区间测速电子眼长度,注意:只有在类型为区间测速时才有值
- getDistance() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteNotifyData
-
获取事件点与当前点的距离
-1:代表距离无效
0:代表当前已处在信息发生的范围内
- getDistance() - 类 中的方法com.amap.api.navi.model.AMapNaviToViaInfo
-
获取自车到该途经点的剩余距离,单位:米
- getDistance() - 类 中的方法com.amap.api.navi.model.AMapNaviTrafficFacilityInfo
-
获取道路设施距离
- getDriveWayBgHeight() - 类 中的方法com.amap.api.navi.view.DriveWayView
-
返回单车道控件高度
- getDriveWaySize() - 类 中的方法com.amap.api.navi.view.DriveWayView
-
车道数量
- getDriveWaysWidth() - 类 中的方法com.amap.api.navi.view.DriveWayView
-
获取车道总宽度,包括中间竖线
- getDriveWayWidth() - 类 中的方法com.amap.api.navi.view.DriveWayView
-
返回单车道控件宽度
- getEndIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段终点index
- getEndLinkIndex() - 类 中的方法com.amap.api.navi.model.IndependInfo
-
获取差异段结束位置step索引
- getEndPoint() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取当前路线方案的搜索终点(中心点)坐标。
- getEndStepIndex() - 类 中的方法com.amap.api.navi.model.IndependInfo
-
获取差异段结束位置step索引
- getEngineType() - 类 中的方法com.amap.api.navi.AMapNavi
-
获得导航引擎类型
- getErrorCode() - 类 中的方法com.amap.api.navi.model.AMapCalcRouteResult
-
- getErrorDescription() - 类 中的方法com.amap.api.navi.model.AMapCalcRouteResult
-
获取错误描述
- getErrorDetail() - 类 中的方法com.amap.api.navi.model.AMapCalcRouteResult
-
获取错误的详细信息
- getEtaShowMode() - 类 中的方法com.amap.api.navi.NaviSetting
-
获取ETA信息显示模式
- getEventEndTime() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件结束时间
- getEventLat() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
- getEventLatitude() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件纬度
- getEventLevel() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件严重程度,数值越大越严重
- getEventLon() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
- getEventLongitude() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件经度
- getEventMaxAcc() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件最大加速度
- getEventMaxSpeed() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件最大速度
- getEventStartTime() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件开始时间
- getEventType() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
- getEventType() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveEvent
-
获取驾驶三急事件类型
- getExitDirectionInfo() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取出口方向信息
- getExitNameInfo() - 类 中的方法com.amap.api.navi.model.AMapExitDirectionInfo
-
获取出口名称信息
- getExtRequestParamByPath(String) - 接口 中的方法com.amap.api.navi.AMapNaviNetWorkProxy
-
通过path获取url的外部请求扩展参数
- getForbiddenInfos() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取货车导航的禁止信息列表
注意:该接口仅货车模式有效
- getForbiddenText(int) - 类 中的静态方法com.amap.api.navi.enums.NaviForbidType
-
- getForbiddenText(int) - 类 中的静态方法com.amap.api.navi.model.AMapNotAvoidInfo
-
- getFourCornersBitmap() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
获取罗盘位图对象。
- getGroupEnterCoord() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideGroup
-
获取该路线详情分组的起点坐标
- getGroupIconType() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideGroup
-
获取该路线详情分组的转向
- getGroupLen() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideGroup
-
获取该路线详情分组的长度 (米)
- getGroupName() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideGroup
-
获取路线详情分组名称
- getGroupTime() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideGroup
-
获取该路线详情分组的预计行驶时间(单位秒)
- getHeight() - 类 中的方法com.amap.api.navi.model.AMapNaviCross
-
获取图片高度
- getHostByPath(String) - 接口 中的方法com.amap.api.navi.AMapNaviNetWorkProxy
-
通过path获取代理host
- getHudMenuEnabled() - 类 中的方法com.amap.api.navi.AMapHudView
-
返回 HUD设置栏是否显示。
- getHudViewMode() - 类 中的方法com.amap.api.navi.AMapHudView
-
返回HUD显示模式,目前有正常、镜像两种显示模式。
- getIconBitmap() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
- getIconType() - 类 中的方法com.amap.api.navi.model.AMapNaviGuide
-
获取聚合段转向类型
- getIconType() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取当前路段的转向动作类型
- getIconType() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
- getInstance(Context) - 类 中的静态方法com.amap.api.navi.AMapNavi
-
创建一个AMapNavi导航对象。
- getIntervalRemainDistance() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取进入区间测速路段后实时的区间路段剩余长度,-1表示没有信息,单位:米
- getIsNaviTravelView() - 类 中的方法com.amap.api.navi.AMapNavi
-
- getIsTrafficOpen() - 类 中的方法com.amap.api.navi.view.TrafficButtonView
-
获取当前交通开关是否打开
- getIsUseExtraGPSData() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取是否使用外部定位数据
- getIsUseInnerVoice() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取是否使用内部语音播报
- getIsUseInnerVoice() - 类 中的方法com.amap.api.navi.AmapNaviParams
-
获取是否使用内部语音播报
注意:6.1.0版本开始,默认值改为true
- getLabels() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取当前路线的策略标签,如:距离最短,费用最少
注意:该接口仅驾车模式有效
- getLaneTypeIdArray() - 类 中的方法com.amap.api.navi.model.AMapLaneInfo
-
获取车道类型数组,数组大小固定为2。
- getLatitude() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteNotifyData
-
获取事件点的纬度
- getLatitude() - 类 中的方法com.amap.api.navi.model.AMapTrafficIncidentInfo
-
获取事件地点的纬度
- getLatitude() - 类 中的方法com.amap.api.navi.model.NaviLatLng
-
获取纬度(垂直方向)。
- getLeaderLineColor() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
获取牵引线颜色
- getLength() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
- getLength() - 类 中的方法com.amap.api.navi.model.AMapNaviGuide
-
获取聚合段长度
- getLength() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取该Link道路长度
- getLength() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段长度
- getLength() - 类 中的方法com.amap.api.navi.model.AMapTrafficStatus
-
返回该交通状态路段的拥堵状态长度。
- getLightList() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取道路上的红绿灯列表
- getLimitInfos() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取货车导航的限制信息列表
注意:该接口仅货车模式有效
- getLimitSpeed() - 类 中的方法com.amap.api.navi.model.AMapNaviTrafficFacilityInfo
-
获取道路设施限速速度
- getLimitText(int) - 类 中的静态方法com.amap.api.navi.enums.NaviLimitType
-
- getLimitText(int) - 类 中的静态方法com.amap.api.navi.model.AMapNotAvoidInfo
-
- getLinkIndex() - 类 中的方法com.amap.api.navi.model.AMapTrafficStatus
-
返回当前路况在整条路线的link下标位置
- getLinks() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段Link集
- getLinkType() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取道路类型
0-普通道路 1-航道 2-隧道 3-桥梁 4-地下交通通道
注意:该接口仅驾车模式有效
- getListenToVoiceDuringCall() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取当前通话过程中是否进行导航播报(只在使用内置语音时生效)
- getLocationType() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取定位方式
- getLockMapDelayed() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
获取锁定地图延迟毫秒数。
- getLockTilt() - 类 中的方法com.amap.api.navi.AMapNaviView
-
- getLockZoom() - 类 中的方法com.amap.api.navi.AMapNaviView
-
- getLongitude() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteNotifyData
-
获取事件点的经度
- getLongitude() - 类 中的方法com.amap.api.navi.model.AMapTrafficIncidentInfo
-
获取事件地点的经度
- getLongitude() - 类 中的方法com.amap.api.navi.model.NaviLatLng
-
获取经度(水平方向)。
- getMainPath() - 类 中的方法com.amap.api.navi.model.AMapNaviPathGroup
-
获取主路线
- getMainPathIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviPathGroup
-
获取主路线的索引
- getMainRoadInfo() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取主道路信息
注意:该接口仅驾车模式有效
- getMap() - 类 中的方法com.amap.api.navi.AMapNaviView
-
获取地图控制类
- getMapCenter_X() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
自车位置锁定在x轴的位置,范围:0-1
- getMapCenter_Y() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
自车位置锁定在y轴的位置,范围:0-1
- getmElevatedRoadStatusFlag() - 类 中的方法com.amap.api.navi.enums.AMapNaviParallelRoadStatus
-
高架上下标识(默认0)
0:无高架
1:车标在高架上(车标所在道路有对应高架下)
2:车标在高架下(车标所在道路有对应高架上)
- getmParallelRoadStatusFlag() - 类 中的方法com.amap.api.navi.enums.AMapNaviParallelRoadStatus
-
主辅路标识(默认0)
0:无主辅路(车标所在道路旁无主辅路)
1:车标在主路(车标所在道路旁有辅路)
2:车标在辅路(车标所在道路旁有主路)
- getName() - 类 中的方法com.amap.api.navi.model.AMapNaviGuide
-
获取聚合段名称
- getName() - 类 中的方法com.amap.api.navi.model.AMapServiceAreaInfo
-
获取服务区的名称
- getNaviGuideList() - 类 中的方法com.amap.api.navi.AMapNavi
-
- getNaviGuideList() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取路线详情
- getNaviMode() - 类 中的方法com.amap.api.navi.AMapNaviView
-
获取导航模式
- getNaviPath() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取当前规划的路线方案(路线结果),驾车、骑行与步行共用这一个对象
- getNaviPaths() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取计算的多条路径
- getNaviSetting() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取导航配置类
- getNaviType() - 类 中的方法com.amap.api.navi.AMapNavi
-
获取导航位置变化驱动类型
- getNaviType() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
导航信息类型
- getNextRoadName() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取下条路名
- getNotAvoidInfo() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取未避开的禁行、限行信息
- getNotifyType() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteNotifyData
-
- getOwnershipType() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取Link的ownership类型.
- getPath(int) - 类 中的方法com.amap.api.navi.model.AMapNaviPathGroup
-
获取指定索引的路线
- getPathCount() - 类 中的方法com.amap.api.navi.model.AMapNaviPathGroup
-
获取路线组的路线数量
- getPathid() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取路线id
- getPathid() - 类 中的方法com.amap.api.navi.model.IndependInfo
-
获取与当前路线有差异的路线pathid
- getPathId() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取线路ID
注意:该接口仅驾车模式有效
- getPathRetainDistance() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取路线剩余距离
注意:该接口仅驾车模式有效
- getPathRetainTime() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取路线剩余时间(单位秒)
- getPicBuf1() - 类 中的方法com.amap.api.navi.model.AMapModelCross
-
- getPicFormat() - 类 中的方法com.amap.api.navi.model.AMapNaviCross
-
获取放大图格式
- getPosition() - 类 中的方法com.amap.api.navi.AMapNaviMarkerOptions
-
- getReason() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteNotifyData
-
获取事件的主要原因,例如:道路封闭、限行、禁行
- getReasonableSpeedInRemainDist() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取区间测速剩余路段的合理车速,注意:只有在类型为区间测速时才有值
- getRemainDist() - 类 中的方法com.amap.api.navi.model.AMapServiceAreaInfo
-
获取当前位置到服务区的距离。
- getRestrictareaInfo(AMapNaviPath, AMapNaviRestrictAreaInfoListener) - 类 中的方法com.amap.api.navi.AMapNavi
-
获取现行信息数据
- getRestrictionDesc() - 类 中的方法com.amap.api.navi.model.AMapRestrictionInfo
-
- getRestrictionInfo() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取当前导航路线的限行信息。
- getRestrictionTitle() - 类 中的方法com.amap.api.navi.model.AMapRestrictionInfo
-
获取当前限行信息的标题
- getRoadClass() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取该Link道路等级
* 0 高速公路
* 1 国道
* 2 省道
* 3 县道
* 4 乡公路
* 5 县乡村内部道路
* 6 主要大街、城市快速道
* 7 主要道路
* 8 次要道路
* 9 普通道路
* 10 非导航道路
- getRoadName() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
- getRoadName() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取该Link道路名称
- getRoadName() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteNotifyData
-
获取事件点的路名
- getRoadType() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取该Link道路类型
1 主路
2 路口内部道路
3 JCT道路
4 环岛
5 服务区
6 匝道
7 辅路
8 匝道与JCT
9 出口
10 入口
11 A类右转专用道
12 B类右转专用道
13 A类左转专用道
14 B类左转专用道
15 普通道路
16 左右转专用道
56 服务区与匝道
53 服务区与JCT
58 服务区与匝道以及JCT
- getRouteid() - 类 中的方法com.amap.api.navi.model.AMapCalcRouteResult
-
获取路线id数组,通过路线id获取数据,只有errorcode为0的时候才有值
- getRouteRemainLightCount() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取路径剩余红绿灯数量
注意:该接口仅驾车模式有效
- getRouteStrategy() - 类 中的方法com.amap.api.navi.AmapNaviParams
-
获取设置组件规划路线的策略
- getRouteType() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取路线交通类型
- getSegments() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideGroup
-
获取该路线详情分组包含的详情分段
- getServiceAreaDetailsEnable() - 类 中的方法com.amap.api.navi.AMapNavi
-
是否开启服务区详情开关
- getSpeed() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
已过时。
- getSpeed() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取当前定位点的速度
- getStartIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段起点index
- getStartLinkIndex() - 类 中的方法com.amap.api.navi.model.IndependInfo
-
获取差异段起始位置link索引
- getStartPoint() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取当前路线方案的搜索起点坐标。
- getStartStepIndex() - 类 中的方法com.amap.api.navi.model.IndependInfo
-
获取差异段起始位置step索引
- getStatus() - 类 中的方法com.amap.api.navi.enums.AMapNaviParallelRoadStatus
-
- getStatus() - 类 中的方法com.amap.api.navi.model.AMapTrafficStatus
-
获取交通拥堵状态
- getStatusComfortIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveComfort
-
获取道路舒适度数值(数值越大代表道路越颠簸)
- getStatusEndLatitude() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveComfort
-
获取舒适度事件结束纬度
- getStatusEndLongitude() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveComfort
-
获取舒适度事件结束经度
- getStatusEndTime() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveComfort
-
获取舒适度事件结束时间
- getStatusStartLatitude() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveComfort
-
获取舒适度状态回调起始纬度
- getStatusStartLongitude() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveComfort
-
获取舒适度事件起始经度
- getStatusStartTime() - 类 中的方法com.amap.api.navi.model.AMapNaviDriveComfort
-
获取舒适度事件开始时间
- getStepIconType() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideSegment
-
获取该详情分段的转向
- getSteps() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
返回当前导航路线上的分段列表
- getStepsCount() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
返回当前导航路线上分段的总数。
- getSubTitle() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteNotifyData
-
获取事件原因的补充说明,例如:前方XX路道路封闭
- getTilt() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
获取锁车态下地图倾角
- getTime() - 类 中的方法com.amap.api.navi.model.AimLessModeCongestionInfo
-
- getTime() - 类 中的方法com.amap.api.navi.model.AMapNaviGuide
-
获取聚合段行驶耗时
- getTime() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取该Link道路耗时.
- getTime() - 类 中的方法com.amap.api.navi.model.AMapNaviLocation
-
获取定位时间
- getTime() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段耗时
- getTime() - 类 中的方法com.amap.api.navi.model.AMapNaviToViaInfo
-
获取自车到该途经点的剩余时间,单位:秒
- getTips() - 类 中的方法com.amap.api.navi.model.AMapRestrictionInfo
-
获取限行提示文案
- getTitle() - 类 中的方法com.amap.api.navi.AMapNaviMarkerOptions
-
- getTitle() - 类 中的方法com.amap.api.navi.model.AMapTrafficIncidentInfo
-
获取事件标题
- getTitleLen() - 类 中的方法com.amap.api.navi.model.AMapRestrictionInfo
-
已过时。
- getTitleType() - 类 中的方法com.amap.api.navi.model.AMapRestrictionInfo
-
获取当前限行标题类型。
- getToll() - 类 中的方法com.amap.api.navi.model.AMapNaviGuide
-
获取聚合段的收费金额
- getTollCost() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取导航段的花费金额,单位元。
- getTollCost() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段的收费金额
注意:该接口仅驾车模式有效
- getToViaInfo() - 类 中的方法com.amap.api.navi.model.NaviInfo
-
获取当前位置到剩余途经点的信息
- getTrafficFineStatus() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
- getTrafficFineStatus() - 类 中的方法com.amap.api.navi.model.AMapTrafficStatus
-
- getTrafficIncidentInfo() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取路径交通事件信息
注意:该接口仅货车模式有效
- getTrafficLightCount() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取红绿灯总数
- getTrafficLightCount() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段红绿灯总数
- getTrafficlightNum() - 类 中的方法com.amap.api.navi.model.AMapNaviToViaInfo
-
获取自车位置到前方第一个途径点的红绿灯数量
- getTrafficLightNumber() - 类 中的方法com.amap.api.navi.model.AMapNaviStep
-
获取该路段中红绿灯总数
- getTrafficLights() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取该Link道路是否有红绿灯(一个Link最多一个红绿灯)
- getTrafficLightsCount() - 类 中的方法com.amap.api.navi.model.AMapNaviRouteGuideGroup
-
获取该路线详情分组的红绿灯数量
注意:该接口仅驾车模式有效
- getTrafficStatus() - 类 中的方法com.amap.api.navi.model.AMapNaviLink
-
获取路况状态:0-未知状态,1-通畅,2-缓行,3-阻塞,4-严重阻塞
注意:该接口仅驾车模式有效
- getTrafficStatuses(int, int) - 类 中的方法com.amap.api.navi.AMapNavi
-
- getTrafficStatuses() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取当前路线的交通状态
注意:该接口仅驾车模式有效
- getType() - 类 中的方法com.amap.api.navi.model.AMapServiceAreaInfo
-
获取服务区的类型。
- getType() - 类 中的方法com.amap.api.navi.model.AMapTrafficIncidentInfo
-
- getValue() - 枚举 中的方法com.amap.api.navi.enums.AMapDriveEventType
-
获取枚举对应的整型值
- getValue() - 枚举 中的方法com.amap.api.navi.enums.AMapNaviOnlineCarHailingType
-
- getValue() - 枚举 中的方法com.amap.api.navi.enums.MapStyle
-
获取枚举对应的整型值
- getValue() - 枚举 中的方法com.amap.api.navi.enums.NetWorkingProtocol
-
- getValue() - 枚举 中的方法com.amap.api.navi.enums.TravelStrategy
-
获取枚举对应的整型值
- getVersion() - 类 中的静态方法com.amap.api.navi.AMapNavi
-
获取版本号
- getViaIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviToViaInfo
-
获取途经点的索引
- getViewOptions() - 类 中的方法com.amap.api.navi.AMapNaviView
-
返回导航自定义视图的属性配置对象。
- getWayPoint() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取当前路径的途经点坐标
注意:该接口仅驾车模式有效
- getWayPointIndex() - 类 中的方法com.amap.api.navi.model.AMapNaviPath
-
获取途经点在路线点集中的索引
注意:该接口仅驾车模式有效
- getWidth() - 类 中的方法com.amap.api.navi.model.AMapNaviCross
-
获取图片宽度
- getX() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取摄像头的经度
- getY() - 类 中的方法com.amap.api.navi.model.AMapNaviCameraInfo
-
获取摄像头的纬度
- getzIndex() - 类 中的方法com.amap.api.navi.AMapNaviMarkerOptions
-
- getZoom() - 类 中的方法com.amap.api.navi.AMapNaviViewOptions
-
获取锁车下地图缩放等级(仅在关闭了动态比例尺下生效)
- getZoomInBtn() - 类 中的方法com.amap.api.navi.view.ZoomButtonView
-
获取放大按钮
- getZoomOutBtn() - 类 中的方法com.amap.api.navi.view.ZoomButtonView
-
获取缩小按钮
- GPS - 类 中的静态变量com.amap.api.navi.enums.NaviType
-
实时导航(数值:1)
- GPS_SIGNAL_WEAK - 类 中的静态变量com.amap.api.navi.enums.AMapNaviRouteNotifyDataType
-
GPS信号弱的通知