microsoft / MapsSDK-Unity

This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
MIT License
648 stars 127 forks source link

Is it possible to use the service offline by pre-downloading the maps ? #204

Closed AbdallahKATAIE closed 12 months ago

AbdallahKATAIE commented 1 year ago

Is it possible to somehow use the service in offline mode ? the maps would be pre-downloaded in this case.

kircher1 commented 12 months ago

This is not likely to be supported for the map data that is used by the SDK, but if you have your own elevation/texture data, it is possible to provide your own layers which can get the data from where they choose (e.g. local disk).