-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
I am currently working on integrating this into my application. I am specifying latitude and longitude along with the queryPlaceId parameter, as a result, I am getting navigated to the coordinates, but the place is not being selected (I need to tap on it manually).
My code is:
open({
latitude: lat,
longitude: lon,
zoom: 30,
provider: 'google',
queryPlaceId: googlePlacesId,
});
I've tried without latitude and longitude, but it just opens the map with my current location in this case. The only working way for me to have the place preselected was to only query by name (without specifying the coordinates), but this leads to an issue that some places are not unique by name and I might get several results.
Thanks in advance!
oldo
Metadata
Metadata
Assignees
Labels
No labels