共用方式為


MapsGeofenceExitedEventData interface

Microsoft.Maps.GeofenceExited 事件之 EventGridEvent 的 Data 属性架構。

Extends

繼承的屬性

expiredGeofenceGeometryId

地理柵欄的幾何標識符清單,該地理柵欄相對於要求中的用戶時間已過期。

geometries

列出完整包含座標位置的柵欄幾何,或與圍欄周圍的 searchBuffer 重疊。

invalidPeriodGeofenceGeometryId

地理柵欄的幾何標識符清單,相對於要求中的用戶時間,其期間無效。

isEventPublished

如果至少有一個事件發佈至 Azure 地圖服務事件訂閱者,則為 True,如果沒有任何事件發布至 Azure 地圖服務事件訂閱者,則為 false。

繼承的屬性詳細資料

expiredGeofenceGeometryId

地理柵欄的幾何標識符清單,該地理柵欄相對於要求中的用戶時間已過期。

expiredGeofenceGeometryId: string[]

屬性值

string[]

繼承自MapsGeofenceEvent.expiredGeofenceGeometryId

geometries

列出完整包含座標位置的柵欄幾何,或與圍欄周圍的 searchBuffer 重疊。

geometries: MapsGeofenceGeometry[]

屬性值

繼承自MapsGeofenceEvent.geometries

invalidPeriodGeofenceGeometryId

地理柵欄的幾何標識符清單,相對於要求中的用戶時間,其期間無效。

invalidPeriodGeofenceGeometryId: string[]

屬性值

string[]

繼承自MapsGeofenceEvent.invalidPeriodGeofenceGeometryId

isEventPublished

如果至少有一個事件發佈至 Azure 地圖服務事件訂閱者,則為 True,如果沒有任何事件發布至 Azure 地圖服務事件訂閱者,則為 false。

isEventPublished: boolean

屬性值

boolean

繼承自MapsGeofenceEvent.isEventPublished