| 接口 | 说明 |
|---|---|
| ParamObject |
参数结构体
|
| SearchParam.Boundary |
边界
|
| 类 | 说明 |
|---|---|
| Address2GeoParam |
地址解析参数
|
| BicyclingParam |
All rights Reserved, Designed By lbs.qq.com
|
| DistrictChildrenParam |
中国标准行政区划数据参数
|
| DistrictParam |
中国标准行政区划数据参数
|
| DistrictSearchParam |
中国标准行政区划数据参数
|
| DrivingParam | |
| DrivingParam.Travel |
轨迹
|
| DrivingParam.Travel.Point | |
| ExploreParam | |
| ExploreParam.Nearby |
周边搜索(圆形范围):
boundary=nearby(lat,lng(中心坐标),radius(半径/米)[, auto_extend])
|
| Geo2AddressParam |
逆地址解析参数
|
| Geo2AddressParam.PoiOptions | |
| MatrixParam | |
| MatrixParam.HeadingLatLng | |
| RoutePlanningParam | |
| SearchIDParam | |
| SearchParam |
地点搜索(Search参数),提供三类范围条件的搜索功能:
指定城市的地点搜索:如在北京搜索餐馆;
圆形区域搜索:一般用于指定位置的周边(附近)地点搜索:如,搜索颐和园附近的酒店;
矩形区域的地点搜索:在地图应用中,往往用于视野内搜索,因为显示地图的区域是个矩形。
|
| SearchParam.Nearby |
周边搜索(圆形范围):
boundary=nearby(lat,lng(中心坐标),radius(半径/米)[, auto_extend])
|
| SearchParam.Rectangle |
矩形区域范围
示例:boundary=rectangle(lat,lng[左下,西南], lat,lng[右上,东北]) |
| SearchParam.Region |
指定地区名称,默认不自动扩大范围
示例:boundary=region(city[,auto_extend][,lat,lng])
|
| StreetViewParam |
街景场景信息查询接口 参数
id和location必须且只能存在一个
|
| SuggestionParam |
关键词输入提示参数
|
| TransitParam |
公交
|
| TranslateParam |
坐标转换 网络获取参数
|
| TruckingMatrixParam | |
| TruckingParam |
All rights Reserved, Designed By lbs.qq.com
|
| WalkingParam |
| 枚举 | 说明 |
|---|---|
| CoordTypeEnum | |
| DrivingParam.CarType |
车辆类型
|
| DrivingParam.Policy |
驾车路径规划的策略类型
|
| DrivingParam.Preference |
驾车路径规划的单项偏好参数
|
| DrivingParam.RoadType | |
| ExploreParam.Policy | |
| MatrixParam.ModeType | |
| RoutePlanningParam.DrivingPolicy | 已过时
建议使用
com.tencent.lbssearch.object.param.DrivingParam.DrivingPolicy |
| RoutePlanningParam.TransitPolicy | 已过时
建议使用
TransitParam.Policy |
| SuggestionParam.AddressFormat | |
| SuggestionParam.Policy | |
| TransitParam.Policy | |
| TransitParam.Preference | |
| TranslateParam.CoordType |
输入的locations的坐标类型
可选值为[1,6]之间的整数,每个数字代表的类型说明:
|
| TruckingMatrixParam.EnergyType | |
| TruckingMatrixParam.GasEmissionStandard | |
| TruckingMatrixParam.GoodsType | |
| TruckingMatrixParam.PassType | |
| TruckingMatrixParam.PlateColor | |
| TruckingMatrixParam.TrailerType | |
| TruckingMatrixParam.TruckSize | |
| TruckingParam.EnergyType | |
| TruckingParam.GasEmissionStandard | |
| TruckingParam.GoodsType | |
| TruckingParam.PassType | |
| TruckingParam.PlateColor | |
| TruckingParam.Policy | |
| TruckingParam.TrailerType | |
| TruckingParam.TruckSize |