Acr.Geofencing.GeofenceManagerImpl.FromNative C# (CSharp) 메소드

FromNative() 보호된 메소드

protected FromNative ( CLCircularRegion native ) : GeofenceRegion
native CLCircularRegion
리턴 GeofenceRegion
        protected virtual GeofenceRegion FromNative(CLCircularRegion native)
        {
            return new GeofenceRegion
            {
                Identifier = native.Identifier,
                Center = this.FromNative(native.Center),
                Radius = Distance.FromMeters(native.Radius)
            };
        }

Same methods

GeofenceManagerImpl::FromNative ( CLRegionState state ) : GeofenceStatus
GeofenceManagerImpl::FromNative ( CLLocationCoordinate2D native ) : Position