-
Hey! Does anyone know how pricing works with this library? Does this library use the mobile SDKs under the hood? If so, does that mean that Mapbox would charge according to their Maps SDKs for Mobile rate? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sauhardar, Therefore their rules apply. You might've noticed, that you also have to set up and use a mapbox API key when setting up this lib and using map tiles from mapbox, that is, because by default this will render a mapbox map. Having all that said: Then you don't have to pay anything. We're making sure, that the default pack-in SDK version still adhere to that. We can't guarantee that for the newer versions though - so carefully read their licensing docs before you apply an update |
Beta Was this translation helpful? Give feedback.
Hi @sauhardar,
yes this repo is basically a wrapper around the native iOS and Android SDKs.
Therefore their rules apply.
You might've noticed, that you also have to set up and use a mapbox API key when setting up this lib and using map tiles from mapbox, that is, because by default this will render a mapbox map.
Having all that said:
You can direct the
MapView
to point to a different tile server all together - hence not hitting mapboxs servers.Then you don't have to pay anything.
We're making sure, that the default pack-in SDK version still adhere to that.
We can't guarantee that for the newer versions though - so carefully read their licensing docs before you apply an update