using TINK.Model.Device; using Xamarin.Essentials; namespace TINK.Services.Geolocation { public class GeolocationAccuracyHighService : GeolocationService { public GeolocationAccuracyHighService(IGeolodationDependent dependent) : base( dependent, GeolocationAccuracy.High) { } } }