| java.lang.Object | |
| ↳ | com.tencent.lbssearch.object.param.TranslateParam |
坐标转换 网络获取参数
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | TranslateParam.CoordType | 输入的locations的坐标类型 可选值为[1,6]之间的整数,每个数字代表的类型说明: | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TranslateParam() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TranslateParam |
addLocation(LatLng latLng)
添加一组坐标
| ||||||||||
| RequestParams |
buildParameters()
构造参数
| ||||||||||
| boolean |
checkParams()
检查参数输入是否正确
| ||||||||||
| TranslateParam |
coordType(TranslateParam.CoordType type)
输入的locations的坐标类型
| ||||||||||
| TranslateParam |
coord_type(CoordTypeEnum type)
This method is deprecated.
coordType(CoordType)
| ||||||||||
| TranslateParam |
locations(LatLng... latLngs)
批量添加一组坐标
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.tencent.lbssearch.object.param.ParamObject
| |||||||||||
构造参数
检查参数输入是否正确