2 writes to Thoroughfare
Microsoft.Maui.Essentials (2)
Types\Placemark.shared.cs (1)
38 Thoroughfare = placemark.Thoroughfare;
Types\PlacemarkExtensions.uwp.cs (1)
18 Thoroughfare = address.Address.Street,
4 references to Thoroughfare
Microsoft.Maui.Essentials (4)
Types\Placemark.shared.cs (3)
38 Thoroughfare = placemark.Thoroughfare; 107 $"{nameof(Thoroughfare)}: {Thoroughfare}, {nameof(SubThoroughfare)}: {SubThoroughfare}, " +
Types\PlacemarkExtensions.shared.cs (1)
25 var address = $"{placemark.Thoroughfare} {placemark.Locality} {placemark.AdminArea} {placemark.PostalCode} {placemark.CountryName}";