iOS Apple Maps issue
See original GitHub issueI’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:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Fixed in #207 - thanks @mgithubmessier!
@tschoffelen @mgithubmessier
#207
q
parameter meaning from Scheme RefHere 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:
Apple Maps shows the Tura which is a town in India but the lat, lng is in Turkey.