question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS Apple Maps issue

See original GitHub issue

I’ve noticed an issue with Apple Maps when calling the following:

showLocation({app: 'apple-maps', latitude: 39.1160797, longitude: -84.5732168})

At first I get the preview that shows the pin on the correct address, but you can see in the Address section on the screenshot below it has already gotten rid of the street number (1255 Ross Ave Cincinnati Ohio which you can confirm on the Desktop version of Apple Maps using above lat and lng.).

https://www.dropbox.com/s/u7m6hgzamm23fwn/Screen Shot 2021-06-29 at 3.07.52 PM.png?dl=0

And then when I clickDirections it creates a 2nd marker with the generic street location.

https://www.dropbox.com/s/t23tugqu04xool6/Screen Shot 2021-06-29 at 3.15.43 PM.png?dl=0

Anyone run into this or maybe I’m just doing something wrong?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tschoffelencommented, Jan 31, 2022

Fixed in #207 - thanks @mgithubmessier!

0reactions
guvenakcobancommented, Apr 14, 2022

@tschoffelen @mgithubmessier

#207

q parameter meaning from Scheme Ref

The q parameter can also be used as a label if the location is explicitly defined in the ll or address parameters.

Here it says: parameter q is using as label when it is with ‘ll’ or ‘address’. So, what would happen with sll?

I’m facing issues about that.

If I run this code:

showLocation({
      latitude: 36.99941581,
      longitude: 28.4613709,
      title: 'Tura',
      googleForceLatLon: true,
});

Apple Maps shows the Tura which is a town in India but the lat, lng is in Turkey.

Read more comments on GitHub >

github_iconTop Results From Across the Web

If Maps isn't working on your Apple device
Report an issue or add a missing place in Maps on your iPhone, iPad or iPod touch · In the Maps app, scroll...
Read more >
Apple Maps down? Current problems and outages
Real-time problems and outages for Apple Maps. Is the server down? Maps no loading? ... Apple maps is a maps and navigation service...
Read more >
8 Ways to Fix Apple Maps When It's Not Working
Make sure you're connected to the internet · Check your sound · Get a stronger GPS signal · Turn on Location Access ·...
Read more >
Easy Way On How To Fix Apple Maps Not Working on iOS 13
Go to Settings from the home screen · Tap on Privacy · Toggle OFF to turn off Location Services · Wait for a...
Read more >
Fix Apple Maps Not Working Easily 2022 - Tenorshare
Part 2: 6 Tips to Fix Apple Maps Not Working · 1. Ensure Stable Network Connection · 2. Turn on Location Services ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found