2 writes to Location
Microsoft.Maui.Essentials (2)
Types\Placemark.shared.cs (2)
28 Location = new Location(); 30 Location = new Location(placemark.Location);
4 references to Location
Microsoft.Maui.Essentials (4)
Types\Placemark.shared.cs (4)
27 if (placemark.Location == null) 30 Location = new Location(placemark.Location); 104 $"{nameof(Location)}: {Location}, {nameof(CountryCode)}: {CountryCode}, " +