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

GetInstance() public static method

public static GetInstance ( ) : GeofenceSettings
return GeofenceSettings
        public static GeofenceSettings GetInstance()
        {
            return instanceLazy.Value;
        }
    }