We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6759a16 commit fa1b643Copy full SHA for fa1b643
MapboxGeocoder/MBPlacemark.swift
@@ -415,6 +415,10 @@ public class GeocodedPlacemark: Placemark {
415
return categoryList?.componentsSeparatedByString(", ")
416
}
417
418
+ public override var imageName: String? {
419
+ return propertiesJSON["maki"] as? String
420
+ }
421
+
422
override var formattedAddressLines: [String] {
423
let lines = qualifiedName.componentsSeparatedByString(", ")
424
return scope == .Address ? lines : Array(lines.suffixFrom(1))
0 commit comments