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
The MapboxGeocoding client supports both setGeocodingType(String geocodingType) and setGeocodingTypes(String[] geocodingType), however, GeocoderAutoCompleteView only supports the first one. We need to make sure both are allowed in the view.
The
MapboxGeocodingclient supports bothsetGeocodingType(String geocodingType)andsetGeocodingTypes(String[] geocodingType), however,GeocoderAutoCompleteViewonly supports the first one. We need to make sure both are allowed in the view.