Skip to content

Instantly share code, notes, and snippets.

@sorin-ref
Created September 29, 2020 07:17
Show Gist options
  • Select an option

  • Save sorin-ref/bfd17e7f34b8cdcf43b19a5debfa6a15 to your computer and use it in GitHub Desktop.

Select an option

Save sorin-ref/bfd17e7f34b8cdcf43b19a5debfa6a15 to your computer and use it in GitHub Desktop.
let lat = Float.random(in: -70...70), long = Float.random(in: -180..<180)
let query = "api=1&query=\(lat),\(long)"
NSWorkspace.shared.open(URL(string: "https://www.google.com/maps/search/?\(query)")!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment