mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-26 06:17:27 +02:00
Version 3.0.362
This commit is contained in:
parent
cba4da9357
commit
4ff3307997
128 changed files with 3954 additions and 3193 deletions
|
@ -338,9 +338,9 @@ namespace TINK
|
|||
/// <summary>
|
||||
/// Service container to manage geolocation services.
|
||||
/// </summary>
|
||||
public static IServicesContainer<IGeolocation> LocationServicesContainer { get; }
|
||||
= new ServicesContainerMutableT<IGeolocation>(
|
||||
new HashSet<IGeolocation> {
|
||||
public static IServicesContainer<IGeolocationService> LocationServicesContainer { get; }
|
||||
= new ServicesContainerMutableT<IGeolocationService>(
|
||||
new HashSet<IGeolocationService> {
|
||||
new LastKnownGeolocationService(DependencyService.Get<IGeolodationDependent>()),
|
||||
new SimulatedGeolocationService(DependencyService.Get<IGeolodationDependent>()),
|
||||
new GeolocationAccuracyMediumService(DependencyService.Get<IGeolodationDependent>()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue