1 write to CountryName
Microsoft.Maui.Essentials (1)
Types\Placemark.shared.cs (1)
33 CountryName = placemark.CountryName;
4 references to CountryName
Microsoft.Maui.Essentials (4)
Types\Placemark.shared.cs (3)
33 CountryName = placemark.CountryName; 105 $"{nameof(CountryName)}: {CountryName}, {nameof(FeatureName)}: {FeatureName}, " +
Types\PlacemarkExtensions.shared.cs (1)
25 var address = $"{placemark.Thoroughfare} {placemark.Locality} {placemark.AdminArea} {placemark.PostalCode} {placemark.CountryName}";