Hello, thank you for releasing this component. It's great.
One thing that would really help, is if you can expose the full Mapbox response place object, because there are a lot of other properties in the response that could be useful in addition to result, lat, lng, text.
For ex, the _suggestionSelect could also return the Mapbox place in case we need any additional properties.
_suggestionSelect(place, result, lat, lng, text) {
console.log(place, result, lat, lng, text)
}
Hello, thank you for releasing this component. It's great. One thing that would really help, is if you can expose the full Mapbox response
place
object, because there are a lot of other properties in the response that could be useful in addition toresult, lat, lng, text
.For ex, the
_suggestionSelect
could also return the Mapboxplace
in case we need any additional properties.