maui icon indicating copy to clipboard operation
maui copied to clipboard

Implement .NET MAUI Maps

Open rmarinho opened this issue 3 years ago • 2 comments

Description of Change

Adding handlers for maps

Issues Fixed

Fixes #3933

  • [ ] We need to obsolete one Geocoding API: https://github.com/dotnet/maui/issues/2209

rmarinho avatar Jun 09 '22 12:06 rmarinho

Is this for the new apple maps just announced or just the old maps

davidbuckleyni avatar Jun 10 '22 23:06 davidbuckleyni

Is this for the new apple maps just announced or just the old maps

This is porting over Xamarin.Forms Maps to .NET MAUI. Nothing new needs to be done for the new Apple Maps stuff.

jfversluis avatar Jun 11 '22 11:06 jfversluis

I have updated the gallery with multiple examples to test with ItemsSource, polygons, etc.

Test results.

✔️ - Works! 🕐 - Not yet verified. ❌ - Not working.

Maps Android iOS Catalyst Windows
HasScrollEnabled ✔️ ✔️ ✔️ 🕐
HasZoomEnabled ✔️ ✔️ ✔️ 🕐
IsShowingUser ✔️ ✔️ 🕐
ItemsSource ✔️ ✔️ ✔️ 🕐
ItemTemplate ✔️ ✔️ ✔️ 🕐
MapType ✔️ ✔️ ✔️ 🕐
TrafficEnabled ✔️ ✔️ ✔️ 🕐
MapElements (Polygon) ✔️ ✔️ 🕐
MapElements (Circle) ✔️ ✔️ 🕐
MapElements (Polyline) ✔️ ✔️ 🕐
VisibleRegion ✔️ ✔️ ✔️ 🕐
MoveToRegion ✔️ ✔️ 🕐

Feedback.

Android Can use the polygon gallery to verify that they are not being rendered, nor is the MoveToRegion method working as expected. image

iOS All the properties are working as expe ios-maps cted.

jsuarezruiz avatar Aug 25 '22 10:08 jsuarezruiz