I have this code to open Google Maps App with specific location and it\'s working but what I need is to drop a pin on that location, is it possible ?
if (UIA
This simple URL scheme works for me
URL(string: "comgooglemaps://?q=\(lat),\(lng)")
P.S. But don't forget to add comgooglemaps URL scheme to Info.plist
comgooglemaps