2 writes to Thoroughfare
Microsoft.Maui.Essentials (2)
Types\Placemark.shared.cs (1)
38 Thoroughfare = placemark.Thoroughfare;
Types\PlacemarkExtensions.ios.tvos.watchos.macos.cs (1)
19 Thoroughfare = address.Thoroughfare,
5 references to Thoroughfare
Microsoft.Maui.Essentials (5)
Map\Map.ios.watchos.macos.cs (1)
54 Street = placemark.Thoroughfare,
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}";