跳过导航链接
A B C D E F G H I L N O P R S T U V W 

G

GeoFence - com.amap.api.fence中的类
地理围栏对象
Geofence object
GeoFence() - 类 的构造器com.amap.api.fence.GeoFence
构造方法
Constructor
GEOFENCE_IN - 类 中的静态变量com.amap.api.fence.GeoFenceClient
触发围栏行为-进入围栏
Trigger Fence Behavior - Enter Fence
GEOFENCE_OUT - 类 中的静态变量com.amap.api.fence.GeoFenceClient
触发围栏行为-离开围栏
Trigger Fence Behavior - Exit Fence
GEOFENCE_STAYED - 类 中的静态变量com.amap.api.fence.GeoFenceClient
触发围栏行为-停留在围栏内(在围栏内停留10分钟以上)
Trigger Fence Behavior - Stay in Fence (Stay in fence for more than 10 minutes)
GeoFenceClient - com.amap.api.fence中的类
地理围栏客户端
GeoFence Client
GeoFenceClient(Context) - 类 的构造器com.amap.api.fence.GeoFenceClient
 
GeoFenceListener - com.amap.api.fence中的接口
地理围栏回调接口
Geofence Callback Interface
getAccuracy() - 类 中的方法com.amap.api.location.AMapLocation
获取定位精度 单位:米
Get Location Accuracy Unit: meters
getActivatesAction() - 类 中的方法com.amap.api.fence.GeoFence
获取设置的地理围栏触发条件
Get set geofence trigger conditions
getAdcode() - 类 中的方法com.amap.api.fence.DistrictItem
获取区域编码
Get Area Code
getAdCode() - 类 中的方法com.amap.api.location.AMapLocation
获取区域编码 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回区域编码
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回区域编码
Get area code Before version 2.9.0, area code would not be returned when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 2.9.0, area code can also be returned when the type is AMapLocation.LOCATION_TYPE_GPS
getAddress() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的地址信息
Get the address information of the POI
getAddress() - 类 中的方法com.amap.api.location.AMapLocation
获取地址 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回地址信息
2.9.0版本开始,当类型为AMapLocation.LOCATION_TYPE_GPS时也可以返回地址信息(需要网络通畅,第一次有可能没有地址信息返回)
Get address Before version 2.9.0, address information would not be returned when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 2.9.0, address information can also be returned when the type is AMapLocation.LOCATION_TYPE_GPS (requires a stable network connection, and the first attempt might not return address information)
getAdname() - 类 中的方法com.amap.api.fence.PoiItem
获取POI所在的区域名称
Get the area name where the POI is located
getAdviseMessage() - 类 中的方法com.amap.api.location.AMapLocationQualityReport
获取提示语义,状态良好时,返回的是内容为空 根据当前的质量报告,给出相应的建议
Get prompt semantics, when the status is good, the returned content is empty Provide corresponding suggestions based on the current quality report
getAllGeoFence() - 类 中的方法com.amap.api.fence.GeoFenceClient
获取所有已经创建的地理围栏
Get all created geofences
getAltitude() - 类 中的方法com.amap.api.location.AMapLocation
获取海拔高度(单位:米) 默认值:0.0
3.1.0之前的版本只有定位类型为 AMapLocation.LOCATION_TYPE_GPS时才有值
自3.1.0版本开始,不限定定位类型,当定位类型不是AMapLocation.LOCATION_TYPE_GPS时,可以通过 AMapLocationClientOption.setSensorEnable(boolean) 控制是否返回海拔高度,当设置为true时会通过手机传感器获取海拔高度,如果手机没有对应的传感器会返回0.0
Get altitude (unit: meters) Default value: 0.0
Before version 3.1.0, this value was only available when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 3.1.0, the location type is not restricted.
getAoiName() - 类 中的方法com.amap.api.location.AMapLocation
获取兴趣面名称 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回兴趣面名称
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回兴趣面名称
Get AOI Name Versions before 2.9.0 did not return AOI names when the location type was AMapLocation.LOCATION_TYPE_GPS
Since 2.9.0, AOI names can also be returned when AMapLocation.LOCATION_TYPE_GPS
getAPIKEY() - 类 中的静态方法com.amap.api.location.AMapLocationClientOption
获取通过client的setApikey接口设置的key
Get the key set via the client's setApikey interface
getAuuid() - 类 中的方法com.amap.api.location.AMapLocationClientOption
 
getBearing() - 类 中的方法com.amap.api.location.AMapLocation
获取方向角(单位:度) 默认值:0.0
取值范围:【0,360】,其中0度表示正北方向,90度表示正东,180度表示正南,270度表示正西
3.1.0之前的版本只有定位类型为 AMapLocation.LOCATION_TYPE_GPS时才有值
自3.1.0版本开始,不限定定位类型,当定位类型不是AMapLocation.LOCATION_TYPE_GPS时,可以通过 AMapLocationClientOption.setSensorEnable(boolean) 控制是否返回方向角,当设置为true时会通过手机传感器获取方向角,如果手机没有对应的传感器会返回0.0 注意:
定位类型为AMapLocation.LOCATION_TYPE_GPS时,方向角指的是运动方向
定位类型不是AMapLocation.LOCATION_TYPE_GPS时,方向角指的是手机朝向

Get bearing (unit: degrees) Default value: 0.0
Range: [0, 360], where 0 degrees represents true north, 90 degrees represents true east, 180 degrees represents true south, and 270 degrees represents true west
Before version 3.1.0, this value was only available when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 3.1.0, the location type is not restricted.
getBearingAccuracyDegrees() - 类 中的方法com.amap.api.location.AMapLocation
 
getBuildingId() - 类 中的方法com.amap.api.location.AMapLocation
返回支持室内定位的建筑物ID信息
Return the building ID information that supports indoor positioning
getCacheCallBack() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取是否打开2分钟缓存提速开关
Get whether the 2-minute cache acceleration switch is enabled
getCacheCallBackTime() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取缓存提速超时时间
Get the timeout for cache acceleration
getCacheTimeOut() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取提速功能缓存最大时间
Get the maximum cache time for the acceleration function
getCenter() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏中心点坐标
Get fence center point coordinates
getCity() - 类 中的方法com.amap.api.fence.PoiItem
获取POI所在的城市名称
Get the city name where the POI is located
getCity() - 类 中的方法com.amap.api.location.AMapLocation
获取城市名称 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回城市名称
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回省城市名称
Get city name Before version 2.9.0, city name would not be returned when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 2.9.0, city name can also be returned when the type is AMapLocation.LOCATION_TYPE_GPS
getCitycode() - 类 中的方法com.amap.api.fence.DistrictItem
获取城市编码
Get City Code
getCityCode() - 类 中的方法com.amap.api.location.AMapLocation
获取城市编码 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回城市编码
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回城市编码
Get city code Before version 2.9.0, city code would not be returned when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 2.9.0, city code can also be returned when the type is AMapLocation.LOCATION_TYPE_GPS
getConScenario() - 类 中的方法com.amap.api.location.AMapLocation
室内外置信度 室内:且置信度取值在[1 ~ 100],值越大在室内的可能性越大 室外:且置信度取值在[-100 ~ -1] ,值越小在室外的可能性越大 无法识别室内外:置信度返回值为 0
getCoord() - 类 中的方法com.amap.api.location.AMapLocation
获取坐标系
getCoordType() - 类 中的方法com.amap.api.location.AMapLocation
获取坐标系类型 高德定位sdk会返回两种坐标系 AMapLocation.COORD_TYPE_GCJ02 -- GCJ02坐标系 AMapLocation.COORD_TYPE_WGS84 -- WGS84坐标系,国外定位时返回的是WGS84坐标系
Get coordinate system type The AMap location SDK returns two types of coordinate systems AMapLocation.COORD_TYPE_GCJ02 -- GCJ02 coordinate system AMapLocation.COORD_TYPE_WGS84 -- WGS84 coordinate system, the WGS84 coordinate system is returned when locating abroad
getCountry() - 类 中的方法com.amap.api.location.AMapLocation
获取国家名称
Get country name
getCreator() - 类 中的静态方法com.amap.api.fence.DistrictItem
 
getCreator() - 类 中的静态方法com.amap.api.fence.PoiItem
 
getCurrentLocation() - 类 中的方法com.amap.api.fence.GeoFence
获取当前位置,只有在围栏触发时才有值,其它情况值为null
Get current location, only has value when fence is triggered, otherwise null
getCustomId() - 类 中的方法com.amap.api.fence.GeoFence
获取自定义的围栏ID(添加围栏时设置)
Get custom fence ID (set when adding fence)
getDescription() - 类 中的方法com.amap.api.location.AMapLocation
获取位置语义信息
Get Location Semantic Information
getDeviceId(Context) - 类 中的静态方法com.amap.api.location.AMapLocationClient
获取设备号
Get device ID
getDeviceModeDistanceFilter() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取仅设备模式/高精度模式的系统定位自动回调最少间隔距离值
默认值:0米 只有当定位模式为AMapLocationClientOption.AMapLocationMode.Device_Sensors(仅设备模式)或 AMapLocationClientOption.AMapLocationMode.Hight_Accuracy(高精度模式)有效
Get the minimum interval distance for system location auto callback in device-only/high-accuracy mode
Default value: 0 meters Only valid when the location mode is AMapLocationClientOption.AMapLocationMode.Device_Sensors (device-only mode) or AMapLocationClientOption.AMapLocationMode.Hight_Accuracy (high-accuracy mode)
getDiagnosisType() - 类 中的方法com.amap.api.location.AMapLocation
返回伪造识别类型
getDistrict() - 类 中的方法com.amap.api.location.AMapLocation
获取区的名称 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回区的名称
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回区的名称
Get district name Before version 2.9.0, district name would not be returned when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 2.9.0, district name can also be returned when the type is AMapLocation.LOCATION_TYPE_GPS
getDistrictItemList() - 类 中的方法com.amap.api.fence.GeoFence
获取该围栏中的行政区划列表 只有围栏类型为:GeoFence.TYPE_DISTRICT时才有值
Get administrative district list in the fence Only valid when fence type is:GeoFence.TYPE_DISTRICT
getDistrictName() - 类 中的方法com.amap.api.fence.DistrictItem
获取行政区划名称
Get Administrative Division Name
getEnterTime() - 类 中的方法com.amap.api.fence.GeoFence
获取进入围栏的系统时间(启动时间),单位:毫秒
Get system time when entering fence (start time), unit: milliseconds
getErrorCode() - 类 中的方法com.amap.api.location.AMapLocation
获取错误码
Get error code
getErrorInfo() - 类 中的方法com.amap.api.location.AMapLocation
获取错误信息
Get error message
getExpiration() - 类 中的方法com.amap.api.fence.GeoFence
获取超时时间, 默认为-1(暂时不对外提供)
Get timeout, default is -1 (temporarily not available)
getExtras() - 类 中的方法com.amap.api.location.AMapLocation
 
getFenceId() - 类 中的方法com.amap.api.fence.GeoFence
获取地理围栏的ID
Get the ID of the geofence
getFloor() - 类 中的方法com.amap.api.location.AMapLocation
获取室内定位的楼层信息
Get Floor Information for Indoor Positioning
getFloorName() - 类 中的方法com.amap.api.location.AMapLocation
 
getGeoLanguage() - 类 中的方法com.amap.api.location.AMapLocation
 
getGeoLanguage() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取逆地理的语言
Get the language of reverse geocoding
getGpsAccuracyStatus() - 类 中的方法com.amap.api.location.AMapLocation
获取卫星信号强度,仅在卫星定位时有效,值为 #GPS_ACCURACY_BAD,#GPS_ACCURACY_GOOD,#GPS_ACCURACY_UNKNOWN
getGpsFirstTimeout() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取优先返回定位信息时等待GPS结果的超时时间
Get the timeout for waiting for GPS results when prioritizing returning location information
getGPSSatellites() - 类 中的方法com.amap.api.location.AMapLocationQualityReport
获取当前的卫星数, 只有在非低功耗模式下此值才有效
Get the current number of satellites, this value is only valid in non-low power mode
getGPSStatus() - 类 中的方法com.amap.api.location.AMapLocationQualityReport
获取卫星状态信息,只有在非低功耗模式下此值才有效
Get satellite status information, this value is only valid in non-low power mode
getHttpTimeOut() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取联网超时时间
单位:毫秒
默认值:30000毫秒

Get network timeout
Unit: milliseconds
Default value: 30000 milliseconds
getInterval() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取发起定位请求的时间间隔
默认值:2000毫秒
Get the time interval for initiating location requests
Default value: 2000 milliseconds
getIod() - 类 中的方法com.amap.api.location.AMapLocation
返回室内外状态 0:半室内,1:室内,2:室外
getIodConfidence() - 类 中的方法com.amap.api.location.AMapLocation
返回室内外状态置信度
getLangType() - 枚举 中的方法com.amap.api.location.AMapLocationClientOption.GeoLanguage
 
getLastKnownLocation() - 类 中的方法com.amap.api.location.AMapLocationClient
获取最后位置
Get last location
getLastLocationLifeCycle() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取跨应用缓存的有效时间, 默认30s
Get the validity time of cross-application cache, default is 30s
getLatitude() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的纬度
Get the latitude of the POI
getLatitude() - 类 中的方法com.amap.api.location.AMapLocation
获取纬度
Get Latitude
getLatitude() - 类 中的方法com.amap.api.location.DPoint
获取坐标点的纬度
Get the latitude of the coordinate point
getLocationDetail() - 类 中的方法com.amap.api.location.AMapLocation
获取定位信息描述
Get location information description
getLocationMode() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取定位模式 默认值:Hight_Accuracy 高精度模式

Get location mode Default: Hight_Accuracy High accuracy mode
getLocationProtocol() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取定位协议 默认值:HTTP http协议

Get location protocol Default: HTTP http protocol
getLocationPurpose() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取定位场景
Get the positioning scenario
getLocationQualityReport() - 类 中的方法com.amap.api.location.AMapLocation
获取定位质量
Get location quality
getLocationTickTime() - 类 中的方法com.amap.api.location.AMapLocation
返回定位的系统滴答数时间 单位是纳秒 开机以后的累计时间,重启后归0
getLocationType() - 类 中的方法com.amap.api.location.AMapLocation
获取定位结果来源
Get location result source
getLocationUtcTime() - 类 中的方法com.amap.api.location.AMapLocation
返回定位的UTC时间 单位是毫秒 1970年到现在过去的毫秒数
getLongitude() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的经度
Get the longitude of the POI
getLongitude() - 类 中的方法com.amap.api.location.AMapLocation
获取经度
Get Longitude
getLongitude() - 类 中的方法com.amap.api.location.DPoint
获取坐标点的经度
Get the longitude of the coordinate point
getMaxDis2Center() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏边界与中心点的点最大距离
Get maximum distance between fence boundary and center point
getMinDis2Center() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏边界与中心点的最小距离
Get minimum distance between fence boundary and center point
getNetUseTime() - 类 中的方法com.amap.api.location.AMapLocationQualityReport
获取网络定位时的网络耗时 单位:毫秒
Get network time consumption during network positioning, unit: milliseconds
getNetworkType() - 类 中的方法com.amap.api.location.AMapLocationQualityReport
获取网络连接类型(2G、3G、4G、WIFI)
Get Network Connection Type (2G, 3G, 4G, WIFI)
getOptAttr(String) - 类 中的方法com.amap.api.location.AMapLocation
 
getOptAttrBoolean(String, boolean) - 类 中的方法com.amap.api.location.AMapLocation
 
getOptAttrDouble(String, double) - 类 中的方法com.amap.api.location.AMapLocation
 
getOptAttrFloat(String, float) - 类 中的方法com.amap.api.location.AMapLocation
 
getOptAttrInt(String, int) - 类 中的方法com.amap.api.location.AMapLocation
 
getOptAttrLong(String, long) - 类 中的方法com.amap.api.location.AMapLocation
 
getOptAttrString(String, String) - 类 中的方法com.amap.api.location.AMapLocation
 
getOptContent() - 类 中的方法com.amap.api.location.AMapLocation
获取可选的字符串内容 一般存储位置的排查信息
getPendingIntent() - 类 中的方法com.amap.api.fence.GeoFence
获取对应的PendingIntent对象
Get the corresponding PendingIntent object
getPendingIntentAction() - 类 中的方法com.amap.api.fence.GeoFence
获取对应的PendingIntent的action字符串
Get the action string of the corresponding PendingIntent
getPoiId() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的ID
Get the ID of the POI
getPoiItem() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏内的兴趣点属性 只有围栏类型为:GeoFence.TYPE_AMAPPOI时才有值
Get POI attributes within the fence Only valid when fence type is:GeoFence.TYPE_AMAPPOI
getPoiName() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的名称
Get the name of the POI
getPoiName() - 类 中的方法com.amap.api.location.AMapLocation
获取兴趣点名称 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回兴趣点名称
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回兴趣点名称
Get POI name Before version 2.9.0, POI name would not be returned when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 2.9.0, POI name can also be returned when the type is AMapLocation.LOCATION_TYPE_GPS
getPointList() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏坐标点
Get fence coordinates
getPoiType() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的类型
Get the type of the POI
getPolyline() - 类 中的方法com.amap.api.fence.DistrictItem
获取行政区划轮廓坐标点
Get Administrative Division Boundary Coordinates
getPriority() - 类 中的方法com.amap.api.location.AMapLocation
获取位置优先级 内部使用
getProvider() - 类 中的方法com.amap.api.location.AMapLocation
获取定位提供者
Get location provider
getProvince() - 类 中的方法com.amap.api.fence.PoiItem
获取POI所在的省份名称
Get the province name where the POI is located
getProvince() - 类 中的方法com.amap.api.location.AMapLocation
获取省的名称 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回省份名称
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回省份名称
Get province name Before version 2.9.0, province name would not be returned when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 2.9.0, province name can also be returned when the type is AMapLocation.LOCATION_TYPE_GPS
getRadius() - 类 中的方法com.amap.api.fence.GeoFence
获取地理围栏半径 当围栏类型为GeoFence.TYPE_ROUND或者GeoFence.TYPE_AMAPPOI时,才有效
Get geofence radius Only valid when fence type is GeoFence.TYPE_ROUND or GeoFence.TYPE_AMAPPOI
getReGeoLocation(AMapLocation) - 类 中的方法com.amap.api.location.AMapLocationClient
获取带有逆地理信息的定位
Get location with reverse geolocation information
getRoad() - 类 中的方法com.amap.api.location.AMapLocation
已过时。
使用AMapLocation.getStreet()方法代替
Use AMapLocation.getStreet() method instead
getSatellites() - 类 中的方法com.amap.api.location.AMapLocation
获取当前可用卫星数量, 仅在卫星定位时有效,
Get the current number of available satellites, only valid during satellite positioning,
getScanWifiInterval() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取Android P上wifi扫描间隔
Get the wifi scanning interval on Android P
getSemantics() - 类 中的方法com.amap.api.location.AMapLocation
返回语义定位 是一个json串,协议复杂
getSource() - 类 中的方法com.amap.api.location.AMapLocation
返回定位来源 例如高德自身产生定位,第三方提供的定位
getSpeed() - 类 中的方法com.amap.api.location.AMapLocation
获取当前速度(单位:米/秒) 默认值:0.0
3.1.0之前的版本只有定位类型为 AMapLocation.LOCATION_TYPE_GPS时才有值
自3.1.0版本开始,不限定定位类型,当定位类型不是AMapLocation.LOCATION_TYPE_GPS时,可以通过 AMapLocationClientOption.setSensorEnable(boolean) 控制是否返回速度值,当设置为true时会通过手机传感器获取速度,如果手机没有对应的传感器会返回0.0
Get current speed (unit: meters/second) Default value: 0.0
Before version 3.1.0, this value was only available when the location type was AMapLocation.LOCATION_TYPE_GPS
Starting from version 3.1.0, the location type is not restricted.
getSpeedAccuracyMetersPerSecond() - 类 中的方法com.amap.api.location.AMapLocation
 
getStatus() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏的状态
Get fence status
getStreet() - 类 中的方法com.amap.api.location.AMapLocation
获取街道名称 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回街道名称
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回街道名称
Get Street Name Versions before 2.9.0 did not return street names when the location type was AMapLocation.LOCATION_TYPE_GPS
Since 2.9.0, street names can also be returned when AMapLocation.LOCATION_TYPE_GPS
getStreetNum() - 类 中的方法com.amap.api.location.AMapLocation
获取门牌号 2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回门牌号
2.9.0版本开始,当AMapLocation.LOCATION_TYPE_GPS时也可以返回门牌号
Get House Number Versions before 2.9.0 did not return house numbers when the location type was AMapLocation.LOCATION_TYPE_GPS
Since 2.9.0, house numbers can also be returned when AMapLocation.LOCATION_TYPE_GPS
getSubType() - 类 中的方法com.amap.api.location.AMapLocation
返回定位子类型
getTel() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的电话号码
Get the phone number of the POI
getTrustedLevel() - 类 中的方法com.amap.api.location.AMapLocation
获取定位结果的可信度 只有在定位成功时才有意义 非常可信 AMapLocation.TRUSTED_LEVEL_HIGH 可信度一般AMapLocation.TRUSTED_LEVEL_NORMAL 可信度较低 AMapLocation.TRUSTED_LEVEL_LOW 非常不可信 AMapLocation.TRUSTED_LEVEL_BAD
Get reliability of positioning result Only meaningful when positioning is successful Highly reliable AMapLocation.TRUSTED_LEVEL_HIGH Moderately reliable AMapLocation.TRUSTED_LEVEL_NORMAL Low reliability AMapLocation.TRUSTED_LEVEL_LOW Very unreliable AMapLocation.TRUSTED_LEVEL_BAD
getType() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏类型
Get fence typ
getType() - 类 中的方法com.amap.api.location.AMapLocation
返回定位类型
getTypeCode() - 类 中的方法com.amap.api.fence.PoiItem
获取POI的类型编码
Get the type code of the POI
getValue() - 枚举 中的方法com.amap.api.location.AMapLocationClientOption.AMapLocationProtocol
 
getVersion() - 类 中的方法com.amap.api.location.AMapLocationClient
获取定位sdk版本信息
Get location SDK version information
getVerticalAccuracyMeters() - 类 中的方法com.amap.api.location.AMapLocation
 
GPS_ACCURACY_BAD - 类 中的静态变量com.amap.api.location.AMapLocation
卫星信号弱
Weak satellite signal
GPS_ACCURACY_GOOD - 类 中的静态变量com.amap.api.location.AMapLocation
卫星信号强
Strong satellite signal
GPS_ACCURACY_UNKNOWN - 类 中的静态变量com.amap.api.location.AMapLocation
卫星状态未知
Satellite status unknown
GPS_STATUS_MODE_SAVING - 类 中的静态变量com.amap.api.location.AMapLocationQualityReport
卫星定位状态--选择的定位模式中不包含卫星定位 Android 4.4以上的手机设置中开启了定位(位置)服务,但是选择的模式为省电模式,不包含卫星定位
建议选择包含gps定位的模式(例如:高精度、仅设备)
Satellite Positioning Status--The selected positioning mode does not include satellite positioning The location service is turned on in the settings of phones above Android 4.4, but the selected mode is power saving mode, which does not include satellite positioning
It is recommended to select a mode that includes GPS positioning (e.g., High Accuracy, Device Only)
GPS_STATUS_NOGPSPERMISSION - 类 中的静态变量com.amap.api.location.AMapLocationQualityReport
卫星定位状态--没有GPS定位权限 如果没有GPS定位权限无法进行卫星定位, 建议在安全软件中授予GPS定位权限
Satellite Positioning Status--No GPS positioning permission If there is no GPS positioning permission, satellite positioning cannot be performed.
GPS_STATUS_NOGPSPROVIDER - 类 中的静态变量com.amap.api.location.AMapLocationQualityReport
卫星定位状态--手机中没有GPS Provider,无法进行卫星定位
Satellite Positioning Status--No GPS Provider in the phone, unable to perform satellite positioning
GPS_STATUS_OFF - 类 中的静态变量com.amap.api.location.AMapLocationQualityReport
卫星定位状态--GPS开关关闭 建议开启GPS开关,提高定位质量
Android 4.4以下的手机是gps开关关闭-建议开启gps开关
Android 4.4以上的手机设置中关闭了定位(位置)服务-建议开启定位服务,并选择包含gps的定位模式

Satellite Positioning Status--GPS switch is off It is recommended to turn on the GPS switch to improve positioning quality
For phones below Android 4.4, the GPS switch is off - it is recommended to turn on the GPS switch
For phones above Android 4.4, the location service is turned off in the settings - it is recommended to turn on the location service and select a positioning mode that includes GPS
GPS_STATUS_OK - 类 中的静态变量com.amap.api.location.AMapLocationQualityReport
卫星定位状态--正常
Satellite Positioning Status--Normal
A B C D E F G H I L N O P R S T U V W 
跳过导航链接