public class SearchPoi extends Object implements Serializable
| 构造器和说明 |
|---|
SearchPoi() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getCity() |
int |
getCoord_type() |
int |
getDistance() |
String |
getDistrict() |
String |
getGeotable_id() |
List<Double> |
getLocation() |
String |
getProvince() |
String |
getTags() |
String |
getTitle() |
String |
getUid() |
int |
getWeight() |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCoord_type(int coord_type) |
void |
setDistance(int distance) |
void |
setDistrict(String district) |
void |
setGeotable_id(String geotable_id) |
void |
setLocation(List<Double> location) |
void |
setProvince(String province) |
void |
setTags(String tags) |
void |
setTitle(String title) |
void |
setUid(String uid) |
void |
setWeight(int weight) |
String |
toString() |
public String getUid()
public void setUid(String uid)
public String getGeotable_id()
public void setGeotable_id(String geotable_id)
public String getTitle()
public void setTitle(String title)
public String getAddress()
public void setAddress(String address)
public String getTags()
public void setTags(String tags)
public String getProvince()
public void setProvince(String province)
public String getCity()
public void setCity(String city)
public String getDistrict()
public void setDistrict(String district)
public int getCoord_type()
public void setCoord_type(int coord_type)
public int getDistance()
public void setDistance(int distance)
public int getWeight()
public void setWeight(int weight)
Copyright © 2021. All rights reserved.