Acr.Geofencing.GeofenceSettings.Add C# (CSharp) 메소드

Add() 공개 메소드

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