mapbox / mapbox-android-demo

Google Play demo app for the Mapbox Maps SDK for Android
https://play.google.com/store/apps/details?id=com.mapbox.mapboxandroiddemo
BSD 2-Clause "Simplified" License
720 stars 493 forks source link

TilequeryActivity.java cannot resolve methods .tilesetIds in Builder #1402

Open inferstudio opened 3 years ago

inferstudio commented 3 years ago

I'm trying to integrate the TilequeryActivity.java from the demo into a navigation app - but am having trouble with the .tilesetIds method when building a new class of the MapboxTilequery object. I get the error " cannot find symbol method .tilesetIds(string)"

Has this method been replaced with something else?

Aside from changing the string of access_token, the code is unchanged from the demo. Here it is:

/**