dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.04k stars 1.73k forks source link

.NET MAUI maps offline or caching capability #9907

Open janseris opened 2 years ago

janseris commented 2 years ago

Description

For maps to be useful on Android, it is very important that the map can work offline. E.g. I can programatically set which area is cached or I can store a part of the map in the device manually and then load it. Will anything like that be possible?

Scenario: security is going through areas with barely some GPS signal and needs to locate closest security member without the need of download a few MB or maps each time opening the map.

Thank you.

Public API Changes

I don't have any specific form of the API I don't know how Google Maps in Android MAUI Maps are controlled programatically in current dev version.

Intended Use-Case

I can programatically set which area is cached or I can store a part of the map in the device manually and then load it. Scenario: security member is going through areas with barely some GPS signal and needs to locate closest security member without the need of download a few MB or maps each time opening the map.

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Alex-Dobrynin commented 5 months ago

UP