MapsGeofenceExitedEventData interface
Microsoft.Maps.GeofenceExited イベントの EventGridEvent の Data プロパティのスキーマ。
- Extends
継承されたプロパティ
| expired |
要求のユーザー時間に対して有効期限が切れているジオフェンスのジオメトリ ID の一覧。 |
| geometries | 座標位置が完全に含まれているか、フェンスの周囲の searchBuffer と重複しているフェンス ジオメトリを一覧表示します。 |
| invalid |
要求のユーザー時間に対して無効な期間にあるジオフェンスのジオメトリ ID の一覧。 |
| is |
少なくとも 1 つのイベントが Azure Maps イベント サブスクライバーに発行される場合は True、Azure Maps イベント サブスクライバーにイベントが発行されていない場合は false。 |
継承されたプロパティの詳細
expiredGeofenceGeometryId
要求のユーザー時間に対して有効期限が切れているジオフェンスのジオメトリ ID の一覧。
expiredGeofenceGeometryId: string[]
プロパティ値
string[]
MapsGeofenceEvent.expiredGeofenceGeometryIdから継承
geometries
座標位置が完全に含まれているか、フェンスの周囲の searchBuffer と重複しているフェンス ジオメトリを一覧表示します。
geometries: MapsGeofenceGeometry[]
プロパティ値
MapsGeofenceEvent.geometriesから継承
invalidPeriodGeofenceGeometryId
要求のユーザー時間に対して無効な期間にあるジオフェンスのジオメトリ ID の一覧。
invalidPeriodGeofenceGeometryId: string[]
プロパティ値
string[]
MapsGeofenceEvent.invalidPeriodGeofenceGeometryIdから継承
isEventPublished
少なくとも 1 つのイベントが Azure Maps イベント サブスクライバーに発行される場合は True、Azure Maps イベント サブスクライバーにイベントが発行されていない場合は false。
isEventPublished: boolean
プロパティ値
boolean
MapsGeofenceEvent.isEventPublishedから継承