public static class PoiSearchV2.ShowFields
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ALL
设置后添加所有字段
After setting, adds all fields |
static int |
BUSINESS
设置后返回子POI信息business相关信息
After setting, returns business-related information of sub-POI |
static int |
CHILDREN
设置后返回子POI信息children相关信息
After setting, returns children-related information of sub-POI |
static int |
DEFAULT
默认值,只返回基础类
Default value, only returns basic class |
static int |
INDOOR
设置后返回室内相关信息
After setting, returns indoor-related information |
static int |
NAVI
设置后返回导航位置相关信息
After setting, returns navigation location-related information |
static int |
PHOTOS
设置后返回poi图片相关信息
After setting, returns POI image-related information |
int |
value
ShowFields的指,需要使用上面定义的值
可以叠加
The value of ShowFields needs to use the values defined above Can be superimposed |
| 构造器和说明 |
|---|
ShowFields(int value) |
public static final int DEFAULT
public static final int CHILDREN
public static final int BUSINESS
public static final int INDOOR
public static final int NAVI
public static final int PHOTOS
public static final int ALL
public int value