| Package | Description |
|---|---|
| com.baidu.mapapi.search.core |
检索模块公共数据结结构
|
| Modifier and Type | Field and Description |
|---|---|
PoiInfo.POITYPE |
PoiInfo.type
poi类型,0:普通点,1:公交站,2:公交线路,3:地铁站,4:地铁线路,
|
| Modifier and Type | Method and Description |
|---|---|
static PoiInfo.POITYPE |
PoiInfo.POITYPE.fromInt(int type)
通过int值构造枚举对象
|
static PoiInfo.POITYPE |
PoiInfo.POITYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoiInfo.POITYPE[] |
PoiInfo.POITYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|