In Android one can use an URI to call GoogleMaps as follows
https://www.google.com/maps/search/?api=1&query=47.5951518,-122.3316393&query_place_id=ChIJKxjxuaNqkFQR3CK6O1HNNqY
As given in this answer.
This query opens the GoogleMaps on Android devices and the place info is shown as in the below screenshot:
I'm looking for a similar result for IOS with GoogleMaps. I have searched in GoogleMaps SDK documentation and also over the internet but couldn't find an answer.
Can we achieve this for IOS with GoogleMaps?