public class PoiIndoorOption
extends java.lang.Object
| 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 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 - 室内检索楼层