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 b55d3f1 commit 1b67512Copy full SHA for 1b67512
MapboxGeocoder/MBGeocoder.swift
@@ -267,7 +267,7 @@ open class Geocoder: NSObject {
267
let mode: String
268
if options.queries.count > 1 {
269
mode = "mapbox.places-permanent"
270
- assert(options.queries.count > 50, "Too many queries in a single request.")
+ assert(options.queries.count <= 50, "Too many queries in a single request.")
271
} else {
272
mode = "mapbox.places"
273
}
0 commit comments