3 writes to Location
Microsoft.Maui.Essentials (3)
Types\Placemark.shared.cs (2)
28 Location = new Location(); 30 Location = new Location(placemark.Location);
Types\PlacemarkExtensions.ios.tvos.watchos.macos.cs (1)
13 Location = address.ToLocation(),
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}, " +