This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Add method for calculating number of tiles in tile pyramid #11504
Labels
gl-ios
good first issue
Good for newcomers
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
offline
MGLTilePyramidOfflineRegion should have a
countOfTiles
method that returns the number of tiles included in the tile pyramid. The implementation would rely on thembgl::util::tileCount()
function added in #9906.This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applications written in Objective-C.
/cc @captainbarbosa @kalimar @asheemmamoowala
The text was updated successfully, but these errors were encountered: