react-native-mapbox-gl: display offline pack with mapbox offline manager #1616
Replies: 5 comments 5 replies
-
using above code map is loading in offline please help ? |
Beta Was this translation helpful? Give feedback.
-
Any fix on this ?? |
Beta Was this translation helpful? Give feedback.
-
Duplicate of #1773 |
Beta Was this translation helpful? Give feedback.
-
Can someone please provide us an example of the correct way to load to Mapview an offlinePack? |
Beta Was this translation helpful? Give feedback.
-
the pack was created but when i use the getPacks method, it gives me this return completedResourceCount: 0 the state property returns complete, but i got completedResourceCount: 0 |
Beta Was this translation helpful? Give feedback.
-
hey everyone,
I'm building a mobile app where users can see tours in their current positions.
I want to support places without an internet connection so I choose Mapbox for map implementation.
I used to download the map with the offline manager as some as described in the doc:
the process was successfully created and I can see the pack when I use getPacks method
I'm having trouble when trying to display the pack that was created in an offline mood in the map component
is this the correct way of doing it?
thanks
Beta Was this translation helpful? Give feedback.
All reactions