mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-01 00:46:33 +01:00
10 lines
No EOL
230 B
C#
10 lines
No EOL
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;
|
|
}
|
|
} |