mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
96 stars 35 forks source link

How to read offline pack #277

Closed RahulGusain closed 5 years ago

RahulGusain commented 5 years ago

How to read offline pack when application is offline, I have downloaded pack , now i want to read pack and show map offline.

All i want is to show the tiles downloaded in map when application is opened offline

riastrad commented 5 years ago

@RahulGusain, as long as you have correctly downloaded the region and the map is initializing within this region, there are no additional steps needed. The map will load as it usually does. However, if the user attempts to navigate outside of the region while offline they will see a blank map background.

Also please note that this repo is for managing the work around creating and updating example uses of the Mapbox iOS Maps SDK. For questions such as "How do I implement this?" or "Is it possible to..?" please reach out to our Support team directly.

RahulGusain commented 5 years ago

Thank you very much , after passing correct region bounds i got map offline working.