| 程序包 | 说明 |
|---|---|
| com.amap.api.fence |
| 限定符和类型 | 字段和说明 |
|---|---|
static android.os.Parcelable.Creator<PoiItem> |
PoiItem.CREATOR |
| 限定符和类型 | 方法和说明 |
|---|---|
PoiItem |
GeoFence.getPoiItem()
获取围栏内的兴趣点属性
只有围栏类型为:
GeoFence.TYPE_AMAPPOI时才有值
Get POI attributes within the fence Only valid when fence type is: GeoFence.TYPE_AMAPPOI
|
| 限定符和类型 | 方法和说明 |
|---|---|
static android.os.Parcelable.Creator<PoiItem> |
PoiItem.getCreator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GeoFence.setPoiItem(PoiItem poiItem)
设置围栏内的兴趣点属性
Set POI attributes within the fence |