- LBS_REAL_LOCATION_TYPE - 类 中的静态变量com.amap.api.location.AMapLocation
-
缓存定位类型的真实定位结果,从extras bundle中获取
The real location result of the cached location type, obtained from the extras bundle
- LOCATION_COMPENSATION - 类 中的静态变量com.amap.api.location.AMapLocation
-
- LOCATION_SUCCESS - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位错误码:定位成功
Location error code: Location successful
- LOCATION_TYPE_AMAP - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型:补偿定位(极少返回)
Location type: Compensatory location (rarely returned)
- LOCATION_TYPE_CELL - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型:基站定位结果
属于网络定位
Location type: Base station location
Belongs to network location.
- LOCATION_TYPE_COARSE_LOCATION - 类 中的静态变量com.amap.api.location.AMapLocation
-
模糊定位类型
Fuzzy location type
- LOCATION_TYPE_FAST - 类 中的静态变量com.amap.api.location.AMapLocation
-
- LOCATION_TYPE_FIX_CACHE - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型:缓存定位结果
返回一段时间前设备在相同的环境中缓存下来的网络定位结果,节省无必要的设备定位消耗
Location type: Cached location
Returns a network location result cached by the device in the same environment some time ago, saving unnecessary device location consumption.
- LOCATION_TYPE_GPS - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型:卫星定位结果
通过设备卫星定位模块返回的定位结果
Location result type: Satellite positioning result
Location result returned by the device's satellite positioning module.
- LOCATION_TYPE_LAST_LOCATION_CACHE - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型: 最后位置缓存
Location type: Last location cache
- LOCATION_TYPE_NETWORK - 类 中的静态变量com.amap.api.location.AMapLocation
-
系统网络定位类型
System network location type
- LOCATION_TYPE_OFFLINE - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型: 离线定位结果
Location type: Offline location result
- LOCATION_TYPE_SAME_REQ - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型:前次定位结果
网络定位请求低于1秒、或两次定位之间设备位置变化非常小时返回,设备位移通过传感器感知
Location type: Previous location
Returned when the network location request is less than 1 second, or when the device's position changes very little between two location requests.
- LOCATION_TYPE_WIFI - 类 中的静态变量com.amap.api.location.AMapLocation
-
定位结果类型:Wifi定位结果
属于网络定位,定位精度相对基站定位会更好
Location type: Wifi location
Belongs to network location, and the location accuracy is better compared to base station location.