Maui maps wraps the native api. If you want to use google maps for example, you would include and call the google sdk:
MAUI Map is opening Apple Maps by default in IOS if Apple Maps installed else throwing error even though Google Maps is installed, How to display installed map supported application options like Google Maps, ola, uber etc?
RaviKiran P
0
Reputation points
await Map.OpenAsync(placeMark); is opening Apple Maps by default in iOS physical device. If Apple Maps is not there, it is showing an error message in iOS
I would like to show all the installed maps supported application list from below like google Maps, ola, uber etc..
The expected behaviour is working in Android but not in iOS
I have tested in iOS 16 and 17