public class PoiDetailResult extends SearchResult
SearchResult.ERRORNO| Modifier and Type | Field and Description |
|---|---|
static |
CREATOR |
error| Modifier | Constructor and Description |
|---|---|
protected |
PoiDetailResult(Parcel in) |
|
PoiDetailResult(SearchResult.ERRORNO errorno) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getAddress()
获取 poi 地址
|
int |
getCheckinNum()
获取 poi 签到数量
|
int |
getCommentNum()
获取 poi 评论数量
|
java.lang.String |
getDetailUrl()
获取 poi 详情 url
|
double |
getEnvironmentRating()
获取 poi 环境评价
|
double |
getFacilityRating()
获取 poi 设施评价
|
int |
getFavoriteNum()
获取 poi 喜欢数量
|
int |
getGrouponNum()
获取 poi 团购数量
|
double |
getHygieneRating()
获取 poi 卫生评价
|
int |
getImageNum()
获取 poi 图片数量
|
LatLng |
getLocation()
获取 poi 位置
|
java.lang.String |
getName()
获取 poi 名称
|
double |
getOverallRating()
获取 poi 综合评价
|
double |
getPrice()
获取 poi 价格
|
double |
getServiceRating()
获取 poi 服务评价
|
java.lang.String |
getShopHours()
获取 poi 营业时间
|
java.lang.String |
getTag()
获取 poi 标签
|
double |
getTasteRating()
获取 poi 口味评价
|
double |
getTechnologyRating()
获取 poi 技术评价
|
java.lang.String |
getTelephone()
获取 poi 电话
|
java.lang.String |
getType()
获取 poi 类型, "hotel", "cater", "life"
|
java.lang.String |
getUid()
获取 poi 的 uid
|
void |
writeToParcel(Parcel dest,
int flags) |
public PoiDetailResult(SearchResult.ERRORNO errorno)
protected PoiDetailResult(Parcel in)
public java.lang.String getName()
public LatLng getLocation()
public java.lang.String getAddress()
public java.lang.String getTelephone()
public java.lang.String getUid()
public java.lang.String getTag()
public java.lang.String getDetailUrl()
public java.lang.String getType()
public double getPrice()
public double getOverallRating()
public double getTasteRating()
public double getServiceRating()
public double getEnvironmentRating()
public double getFacilityRating()
public double getHygieneRating()
public double getTechnologyRating()
public int getImageNum()
public int getGrouponNum()
public int getCommentNum()
public int getFavoriteNum()
public int getCheckinNum()
public java.lang.String getShopHours()
public int describeContents()
describeContents in class SearchResultpublic void writeToParcel(Parcel dest,
int flags)
writeToParcel in class SearchResult