uno icon indicating copy to clipboard operation
uno copied to clipboard

Maps Support

Open jeromelaban opened this issue 7 years ago • 4 comments
trafficstars

How can I have a screen and use a Map and put markers, have the map moved events, user click, etc, using UNO, for Android, iOS and Windows 10? It would be good to have this included in the sample app.

Moved from https://github.com/nventive/Uno.Playground/issues/8

  • [x] Add base infrastructure to support multiple map control providers
  • [ ] Add support for pushpins
  • [ ] Add support for templated pushpins
  • [ ] Add support for Map tap event
  • [ ] Add support for Pin pressed state
  • [ ] UserInteracetionEnabled support
  • [ ] Add support for polygons, circles
  • [ ] Compass visibility / Rotation support
  • [ ] Support for .NET 6 Mobile

jeromelaban avatar Jun 26 '18 11:06 jeromelaban

To me it looks this issue is stalled (NuGet gallery, however, shows high activity for this control).

I'm planning to write an instant meeting app which intrinsically needs full maps support. - Could you please update documentation and above checklist to elaborate on what is available in Uno Maps today?

SetTrend avatar Aug 26 '20 22:08 SetTrend

I must admit that I was almost convinced myself to use UNO for my new project but after a closer look on map support I switched back to xamarin. I think map support is a must have feature for many applications. Please update the support of mapcontrol Thanks

nnikos123 avatar Aug 30 '20 17:08 nnikos123

Have you explored using Native Maps directly in the meantime (Per platform) and continue to benefit from all Uno has to offer? With Uno, you can always mix & match UWP/WinUI controls with Native as needed if there's something we haven't yet fully implemented.

What type of app are you building?

francoistanguay avatar Aug 30 '20 20:08 francoistanguay

I have used this map control in UWP before - https://github.com/ClemensFischer/XAML-Map-Control. It may be ported to Uno plus we can even take it as inspiration to implement the UWP's MapControl

GitHub
XAML Map Control Library. Contribute to ClemensFischer/XAML-Map-Control development by creating an account on GitHub.

MartinZikmund avatar Jan 14 '21 13:01 MartinZikmund