Rename map identifiers to tileset identifiers
Closed this issue · 2 comments
1ec5 commented
Map IDs are being renamed to tileset IDs across the board. The only impacts to this library are the ClassicSnapshotOptions.mapIdentifiers
property and associated initializer arguments:
/cc @mapbox/maps-ios @brsbl
1ec5 commented
mapbox/mapbox-java#1021 tracks the changes needed in the Java SDK. As far as I can tell, the Java SDK only supports the modern Static API, not the classic one that uses map tileset IDs, so only the Tilequery API code is affected.