GeofenceResponse interface

This object is returned from a geofence proximity call.

Properties

expiredGeofenceGeometryId

Lists of the geometry ID of the geofence which is expired relative to the user time in the request. NOTE: This property will not be serialized. It can only be populated by the server.

geometries

Lists the fence geometries that contain the coordinate position or overlap the searchBuffer around the position. NOTE: This property will not be serialized. It can only be populated by the server.

invalidPeriodGeofenceGeometryId

Lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request. NOTE: This property will not be serialized. It can only be populated by the server.

isEventPublished

True if at least one event is published to the Azure Maps event subscriber, false if no event is published to the Azure Maps event subscriber. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

expiredGeofenceGeometryId

Lists of the geometry ID of the geofence which is expired relative to the user time in the request. NOTE: This property will not be serialized. It can only be populated by the server.

expiredGeofenceGeometryId?: string[]

Property Value

string[]

geometries

Lists the fence geometries that contain the coordinate position or overlap the searchBuffer around the position. NOTE: This property will not be serialized. It can only be populated by the server.

geometries?: GeofenceGeometry[]

Property Value

invalidPeriodGeofenceGeometryId

Lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request. NOTE: This property will not be serialized. It can only be populated by the server.

invalidPeriodGeofenceGeometryId?: string[]

Property Value

string[]

isEventPublished

True if at least one event is published to the Azure Maps event subscriber, false if no event is published to the Azure Maps event subscriber. NOTE: This property will not be serialized. It can only be populated by the server.

isEventPublished?: boolean

Property Value

boolean