-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
For multiple locations in the UK, the nearest gas stations appear to be missing from search results. Using 1.0.0-rc.8, here is my config for the MapboxSearchController:
func setupSearchController() -> MapboxSearchController {
let formatter = MKDistanceFormatter()
formatter.unitStyle = .abbreviated
formatter.units = self.settings?.distanceUnit == .miles ? .imperial : .metric
let configuration = Configuration(hideCategorySlots: true, distanceFormatter: formatter)
return MapboxSearchController(configuration: configuration)
}Actual nearby gas stations (circled results not found by Mapbox):

Also, charging stations returns results from thousands of miles away? Mapbox only recognises 6 charging stations in the UK?

Metadata
Metadata
Assignees
Labels
No labels
