Offline capability

Balasaheb Molawade 136 Reputation points
2024-05-21T12:36:27.5+00:00

Hi,

We have a requirement to make our application work in offline mode. Currently, we are using the Bing Maps v8 API. Is it possible to use Bing Maps in offline mode?

We are also exploring Azure Maps. Is it possible to achieve offline capability using Azure Maps, and do you have any sample code for the same.

Thanks!

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
629 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. rbrundritt 16,061 Reputation points Microsoft Employee
    2024-05-21T15:08:47.93+00:00

    Bing Maps does not support offline mode.

    With Azure Maps it is possible to self-host the web SDK as it's available via NPM. I believe it can work offline with a bit of configuring, but it won't have any access to any of the map data, so you would need to have a local tile layer available for offline use. I've done this before with version 2 of Azure Maps, I'll have to try out version 3 (lots of map style changes that may impact things).