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