mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-07-07 20:16:44 +02:00
Version 3.0.376
This commit is contained in:
parent
ca080c87c0
commit
f963c0a219
158 changed files with 3228 additions and 1279 deletions
|
@ -10,7 +10,7 @@ namespace TINK.Services.Geolocation
|
|||
public abstract class GeolocationService : IGeolocationService
|
||||
{
|
||||
/// <summary> Timeout for geolocation request operations.</summary>
|
||||
private const int GEOLOCATIONREQUEST_TIMEOUT_MS = 5000;
|
||||
private const int GEOLOCATIONREQUEST_TIMEOUT_MS = 10000;
|
||||
|
||||
private IGeolodationDependent Dependent { get; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue