public class PoiIndoorOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bid |
int |
currentPage |
java.lang.String |
floor |
int |
pageSize |
java.lang.String |
wd |
Constructor and Description |
---|
PoiIndoorOption() |
Modifier and Type | Method and Description |
---|---|
PoiIndoorOption |
poiCurrentPage(int currentPage)
poi室内检索的分页编号
|
PoiIndoorOption |
poiFloor(java.lang.String floor)
poi室内检索的楼层
|
PoiIndoorOption |
poiIndoorBid(java.lang.String bid)
poi室内检索的室内id
|
PoiIndoorOption |
poiIndoorWd(java.lang.String wd)
poi室内检索的室内wd
|
PoiIndoorOption |
poiPageSize(int pageSize)
poi室内检索的页容量
|
public java.lang.String bid
public java.lang.String wd
public java.lang.String floor
public int currentPage
public int pageSize
public PoiIndoorOption poiIndoorBid(java.lang.String bid)
bid
- 室内 idpublic PoiIndoorOption poiIndoorWd(java.lang.String wd)
wd
- 室内poi检索关键字public PoiIndoorOption poiCurrentPage(int currentPage)
currentPage
- 分页编号public PoiIndoorOption poiPageSize(int pageSize)
pageSize
- 页容量public PoiIndoorOption poiFloor(java.lang.String floor)
floor
- 室内检索楼层