Acr.Geofencing.GeofenceSettings.Add C# (CSharp) Method

Add() public method

public Add ( GeofenceRegion region ) : void
region GeofenceRegion
return void
        public void Add(GeofenceRegion region)
        {
            this.MonitoredRegions.Add(region);
            this.OnPropertyChanged(nameof(MonitoredRegions));
        }