You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Properties` represents a concrete subset of the `properties` object
367
-
on a GeoJSON feature suited for Geocoding results.
369
+
A subset of the `properties` object on a GeoJSON feature suited for Geocoding results.
368
370
*/
369
371
internalstructProperties:Codable{
370
372
privateenumCodingKeys:String,CodingKey{
@@ -404,7 +406,7 @@ open class GeocodedPlacemark: Placemark {
404
406
get{
405
407
lettext= super.name
406
408
// For address features, `text` is just the street name. Look through the fully-qualified address to determine whether to put the house number before or after the street name.
0 commit comments