Platform.TryGetCurrentLocationAsync
This commit is contained in:
parent
b2fcd165f7
commit
3b9d296a52
11 changed files with 395 additions and 46 deletions
|
|
@ -30,6 +30,6 @@ public sealed class BillingQueryDetailsDto
|
|||
public sealed class BillingLocationDto
|
||||
{
|
||||
public string Address { get; set; } = string.Empty;
|
||||
public double Latitude { get; set; }
|
||||
public double Longitude { get; set; }
|
||||
}
|
||||
public double? Latitude { get; set; }
|
||||
public double? Longitude { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue