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
@@ -131,6 +141,8 @@ open class Placemark: NSObject, Codable {
131
141
*/
132
142
fileprivatevaridentifier:String
133
143
144
+
fileprivatevarproperties:Properties?
145
+
134
146
/**
135
147
The common name of the placemark.
136
148
@@ -172,9 +184,7 @@ open class Placemark: NSObject, Codable {
172
184
173
185
The Wikidata item contains structured information about the feature represented by the placemark. It also links to corresponding entries in various free content or open data resources, including Wikipedia, Wikimedia Commons, Wikivoyage, and Freebase.
174
186
*/
175
-
@objcopenvarwikidataItemIdentifier:String?{
176
-
returnnil
177
-
}
187
+
@objcopenvarwikidataItemIdentifier:String?
178
188
179
189
/**
180
190
An array of keywords that describe the genre of the point of interest represented by the placemark.
@@ -519,15 +515,4 @@ open class GeocodedPlacemark: Placemark {
519
515
A concrete subclass of `Placemark` to represent entries in a `GeocodedPlacemark` object’s `superiorPlacemarks` property. These entries are like top-level geocoding results, except that they lack location information and are flatter, with properties directly at the top level.
0 commit comments