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

A

addGeoFence(DPoint, float, String) - 类 中的方法com.amap.api.fence.GeoFenceClient
创建自定义围栏 圆形围栏
Create Custom Fence Circular Fence
addGeoFence(List<DPoint>, String) - 类 中的方法com.amap.api.fence.GeoFenceClient
创建自定义围栏 多边形围栏
Create Custom Fence Polygon Fence
addGeoFence(String, String, DPoint, float, int, String) - 类 中的方法com.amap.api.fence.GeoFenceClient
创建高德POI地理围栏 根据周边创建围栏
注意:通过此方法创建的围栏半径全部为200米,暂时不支持自定位围栏半径
Create Amap POI GeoFence Create Fence Based on Surroundings
Note: The fence radius created by this method is all 200 meters, and self-positioning fence radius is not supported for now.
addGeoFence(String, String, String, int, String) - 类 中的方法com.amap.api.fence.GeoFenceClient
创建高德POI地理围栏 根据关键字创建围栏
注意:通过此方法创建的围栏半径全部为1000米,暂时不支持自定义围栏半径
Create Amap POI Geofence Create geofence based on keywords
Note: The radius of all geofences created by this method is 1000 meters, and custom geofence radius is not currently supported
addGeoFence(String, String) - 类 中的方法com.amap.api.fence.GeoFenceClient
创建行政区划围栏
Create administrative division geofence
ADDGEOFENCE_SUCCESS - 类 中的静态变量com.amap.api.fence.GeoFence
创建地理围栏成功
Geofence created successfully
addLogCallback(ILogCallback) - 类 中的方法com.amap.api.location.AMapLocationClient
添加日志回调
addSatelliteListener(IGnssSatelliteListenerDelegate) - 类 中的方法com.amap.api.location.AMapLocationClient
设置卫星监听
addSensorListener(ISensorListenerDelegate) - 类 中的方法com.amap.api.location.AMapLocationClient
设置传感器监听
AMapLocation - com.amap.api.location中的类
定位信息类。
AMapLocation(String) - 类 的构造器com.amap.api.location.AMapLocation
根据定位提供者构造
Construct based on location provider
AMapLocation(Location) - 类 的构造器com.amap.api.location.AMapLocation
根据android.location.Location对象构造
Construct based on android.location.Location object
AMapLocation(AmapLocation) - 类 的构造器com.amap.api.location.AMapLocation
 
AMapLocation(AmapLocationNetwork) - 类 的构造器com.amap.api.location.AMapLocation
 
AMapLocationClient - com.amap.api.location中的类
定位服务类。
AMapLocationClient(Context) - 类 的构造器com.amap.api.location.AMapLocationClient
构造方法
constructor method
AMapLocationClient(Context, Intent) - 类 的构造器com.amap.api.location.AMapLocationClient
自定义service定位实例
Custom service location instance
AMapLocationClient(Looper, Context) - 类 的构造器com.amap.api.location.AMapLocationClient
指定looper
Specify looper
AMapLocationClientOption - com.amap.api.location中的类
定位参数设置,通过这个类可以对定位的相关参数进行设置
AMapLocationClient进行定位时需要这些参数
Location parameter settings, this class can be used to configure relevant positioning parameters
These parameters are required when performing positioning with AMapLocationClient
AMapLocationClientOption() - 类 的构造器com.amap.api.location.AMapLocationClientOption
 
AMapLocationClientOption.AMapLocationMode - com.amap.api.location中的枚举
定位模式,目前支持三种定位模式
高精度定位模式: 在这种定位模式下,将同时使用高德网络定位和卫星定位,优先返回精度高的定位 低功耗定位模式: 在这种模式下,将只使用高德网络定位 仅设备定位模式: 在这种模式下,将只使用卫星定位。
AMapLocationClientOption.AMapLocationProtocol - com.amap.api.location中的枚举
定位协议,目前支持二种定位协议
http协议: 在这种定位协议下,会使用http请求定位 https协议: 在这种定位协议下,会使用https请求定位
Positioning protocols, currently two protocols are supported:
HTTP protocol: Under this protocol, HTTP requests will be used for positioning.
AMapLocationClientOption.AMapLocationPurpose - com.amap.api.location中的枚举
定位场景
Positioning scenarios
AMapLocationClientOption.GeoLanguage - com.amap.api.location中的枚举
设置返回逆地理使用的语言,目前有三种选择
默认: 选择这种模式,会根据位置按照相应的语言返回逆地理信息,在国外按英语返回,在国内按中文返回 中文: 设置只中文后,无论在国外还是国内都为返回中文的逆地理信息 英文: 设置英文后,无论在国外还是国内都为返回英文的逆地理信息
Set the language for reverse geocoding, currently three options are available:
Default: In this mode, reverse geocoding information will be returned in the appropriate language based on location: English abroad and Chinese domestically.
AMapLocationListener - com.amap.api.location中的接口
定位回调接口
Location Callback Interface
AMapLocationQualityReport - com.amap.api.location中的类
高德定位质量报告,随定位结果一起返回 Created by hongming.wang on 2017/8/29.
AMapLocationQualityReport() - 类 的构造器com.amap.api.location.AMapLocationQualityReport
 
APIKEY - 类 中的静态变量com.amap.api.location.AMapLocationClientOption
用户设置的KEY
User-set KEY
A B C D E F G H I L N O P R S T U V W