using ShareeBike.Model.Device; [assembly: Xamarin.Forms.Dependency(typeof(ShareeBike.iOS.Device.Gps))] namespace ShareeBike.iOS.Device { public class Gps : IGeolodationDependent { public bool IsGeolcationEnabled => true; } }