public class UploadInfo
extends java.lang.Object
构造器和说明 |
---|
UploadInfo()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getCoordType()
已过时。
返回坐标类型。
|
LatLonPoint |
getPoint()
已过时。
获取用户位置信息。
|
java.lang.String |
getUserID()
已过时。
返回用户ID
|
void |
setCoordType(int coordType)
已过时。
设置坐标类型,NearbySearch.GPS代表GPS坐标系,NearbySearch.AMAP代表高德坐标系,默认为高德坐标系。
|
void |
setPoint(LatLonPoint point)
已过时。
设置用户位置信息。
|
void |
setUserID(java.lang.String userID)
已过时。
设置用户ID。
|
public void setPoint(LatLonPoint point)
point
- 位置信息public LatLonPoint getPoint()
public void setUserID(java.lang.String userID)
userID
- 用户IDpublic java.lang.String getUserID()
public int getCoordType()
public void setCoordType(int coordType)
coordType
- 坐标类型。