创建高德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.
创建高德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
定位参数设置,通过这个类可以对定位的相关参数进行设置
在AMapLocationClient进行定位时需要这些参数
Location parameter settings, this class can be used to configure relevant positioning parameters
These parameters are required when performing positioning with AMapLocationClient
定位协议,目前支持二种定位协议
http协议:
在这种定位协议下,会使用http请求定位
https协议:
在这种定位协议下,会使用https请求定位
Positioning protocols, currently two protocols are supported:
HTTP protocol:
Under this protocol, HTTP requests will be used for positioning.
设置返回逆地理使用的语言,目前有三种选择
默认:
选择这种模式,会根据位置按照相应的语言返回逆地理信息,在国外按英语返回,在国内按中文返回
中文:
设置只中文后,无论在国外还是国内都为返回中文的逆地理信息
英文:
设置英文后,无论在国外还是国内都为返回英文的逆地理信息
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.