Pricing for using mapbox with custom tile servers #1352
-
I am working on a commercial product(react native mobile application supporting Android and iOS) where we need to display a map view on a screen. We want to use a custom tile server(eg: OpenStreetMaps) as a data source without using Mapbox servers. It seems we need to anyway set access token even though custom tile servers are used. We would want to know if we will be billed in case we use custom servers without using Mapbox servers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi, if you are using the default native SDKs that come packed in with our repo, you only need an Via this download mechanism (I think, don't quote me on this), mapbox checks the number of used seats/ active users. If you prefer an opensource flavor of mapbbox, check out installation guide to set up MapLibre :) |
Beta Was this translation helpful? Give feedback.
hi, if you are using the default native SDKs that come packed in with our repo, you only need an
accessToken
if you want to use mapbox tiles.So in the case you mentioned that would work out fine.
IF you want to use newer SDK versions, you'll at the very least need a download api token - check the installation guide of ios and android for more info.
Via this download mechanism (I think, don't quote me on this), mapbox checks the number of used seats/ active users.
This is currently set to 25000.
If you prefer an opensource flavor of mapbbox, check out installation guide to set up MapLibre :)