mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-22 04:46:30 +02:00
Initial version.
This commit is contained in:
parent
e4fb48f6ab
commit
10dbeb5a90
737 changed files with 61885 additions and 0 deletions
10
TINK/TINK.iOS/Device/Gps.cs
Normal file
10
TINK/TINK.iOS/Device/Gps.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue