Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.43 KB

geofence_geofence_1541426940.md

File metadata and controls

35 lines (25 loc) · 1.43 KB
-api-id -api-type
M:Windows.Devices.Geolocation.Geofencing.Geofence.#ctor(System.String,Windows.Devices.Geolocation.IGeoshape,Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates,System.Boolean)
winrt method

Windows.Devices.Geolocation.Geofencing.Geofence.Geofence

-description

Initializes a new Geofence object given the id, the shape of the geofence, the states to monitor the geofence for, and the singleUse flag.

-parameters

-param id

The Id of the geofence.

-param geoshape

The area that defines the geofence to monitor.

-param monitoredStates

The states to monitor the geofence for.

-param singleUse

True indicates the geofence should be monitored only for one use. False indicates the geofence should be monitored for multiple uses.

-remarks

-examples

-see-also

Geofencing, start to finish, Geofence(String, IGeoshape), Geofence(String, IGeoshape, MonitoredGeofenceStates, Boolean, TimeSpan), Geofence(String, IGeoshape, MonitoredGeofenceStates, Boolean, TimeSpan, DateTime, TimeSpan)

-capabilities

location