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 custom vector map capability #9908

Open janseris opened 2 years ago

janseris commented 2 years ago

Description

To be able to use maps inside factories, hospitals, zoos, etc. you need their specific map with some custom items rather than Google maps which only have roads, buildings and mountains.

When using custom map, you have to provide GPS coordinates of the custom map and then it can be used. This is possible with third-party control vendors in desktop applications already such as DevExpress and is extremely powerful.

Public API Changes

Instead of Google maps provider, use custom map provider.

Intended Use-Case

To be able to use maps inside factories, hospitals, zoos, etc. you need their specific map with some custom items rather than Google maps which only have roads, buildings and mountains.

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.

swmiller1 commented 1 year ago

I may look into creating this, at least for Android