Badhrinath Canessane

Results 2 comments of Badhrinath Canessane

@cammace Is this actually fixed now. I'm using the mapbox-sdk-services:4.1.0-SNAPSHOT for my Android project. MapboxGeocoding.builder() .accessToken("") .query(Point.fromLngLat(-123.1207, 49.2827)) .languages(new Locale("ru"), new Locale("zh-CN")) .geocodingTypes(GeocodingCriteria.TYPE_PLACE) .mode(GeocodingCriteria.MODE_PLACES) .build(); Still returning only one language....

@osana Thanks for confirming the issue. I guess this needs to be re-opened. I'm using the WebAPI for now.