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
2025-03-01T05:10:30.3133333+00:00

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

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,969 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 71,781 Reputation points
    2025-03-01T16:48:43.2666667+00:00

    Maui maps wraps the native api. If you want to use google maps for example, you would include and call the google sdk:

    https://developers.google.com/maps/documentation/ios-sdk


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.