sharee.bike-App/LastenradBayern/TINK.iOS/Device/Gps.cs
2021-11-07 19:42:59 +01:00

10 lines
230 B
C#

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