79784472

Date: 2025-10-07 11:08:43
Score: 0.5
Natty:
Report link

Just use the
CPTemplateApplicationScene.open(_ url: URL, options: UIScene.OpenExternalURLOptions?)

For Apple maps use something like that:
URL(string: "maps://?ll=-123.123,-321.321

For Waze
URL(string: “waze://?ll=-123.123,-321.321

For Google Maps
URL(string: “comgooglemaps://?daddr=-123.123,-321.321

For Waze and Google maps the user will have to accepted, for apple maps the carPlay will show imediatly

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Rubens Iotti