mapbox / turf-swift

A Swift language port of Turf.js.
https://mapbox.github.io/turf-swift/
ISC License
235 stars 55 forks source link

Request for a method like `tileCover` for estimating tile counts before downloading for offline use. #47

Open kalimar opened 6 years ago

kalimar commented 6 years ago

Would like to have a method for computing the number of tiles that need to be downloaded for offline packs similar to tileCover

1ec5 commented 6 years ago

mapbox/mapbox-gl-native#11504 would expose a similar method to the map SDK for applications already using that SDK, including Objective-C applications.

1ec5 commented 6 years ago

This could also be useful for SceneKit-related projects that don’t depend on the map SDK.

/cc @nitaliano