I have a button. When touch up inside
it should open Apple Maps for users to navigate to their destination (passed lat long).
The code posted several months ago no longer seems to be valid:
var mapLocationUrl = 'maps.apple.com/?ll=51.84,-8.30';
var ref = window.open(encodeURI(mapLocationUrl), '_system', 'location=no');