Questions tagged [google-maps-urls]
63 questions
0
votes
1 answer
How to add Marker in google maps from leaflet geocoder
I am using leaflet-geosearch to search for longitude and latitude of an address which I show display in a google maps page, i am using angular
in my component
private openAddressInMap() {
this.provider.search({query: address}).then(result => {…

Ghizlane Lotfi
- 550
- 1
- 10
- 21
0
votes
1 answer
Google Street View URL for Mobile - different results than Desktop
The same URL gives different results via Mobile & Desktop.
A certain URL format for street view displays different results on different devices.
This is a starting reference for the URL's format: Google street view URL
When I load this URL:…

Or So
- 53
- 1
- 10
0
votes
1 answer
Opening Google Map containing directions and waypoints data in a native mobile app using JavaScript API
I'm using JavaScript Google Map API and Google Direction service for my website. I successfully managed to put around 100 waypoints on the Map. Now I want to open this map on a native mobile app Android and iOS if the user opens up the page on a…

Assad Ullah Ch
- 706
- 7
- 12
0
votes
0 answers
Google Maps directions throws error from URL of coordinate pairs
A direct link to Google Maps Directions, where the destination is provided as a coordinate pair, can be created with the following URL:
https://www.google.com/maps/dir//37.78133194213231,-122.43221998214722
directions
However, when opening the link…

iskandarblue
- 7,208
- 15
- 60
- 130
0
votes
1 answer
Google maps universal URL error
Using the Google Maps universal cross-platform URL, I want maps to point to a specified location.
The search action displays results for a search across the visible map region. When searching for a specific place, the resulting map puts a pin in…

Andriy
- 707
- 1
- 7
- 16
0
votes
2 answers
How to make a route in google map with url and parameters between origin and destination?
I want to open a url in web and automatically make a route between two points. I can't find correct url and params in google map document.

reza_khalafi
- 6,230
- 7
- 56
- 82
0
votes
1 answer
How to use maps url query with google maps api v3?
I have html page(www.mywebsite/index) with javascript google maps api implementation at it. So i am interested if there is any way to work with queries like https://www.google.com/maps/search/?api=1&query=47.5951518,-122.3316393 at google maps, but…

Arti Scream
- 121
- 1
- 14
0
votes
1 answer
Google Maps API results vs place results return different names
I am using google maps to provide directions to multiple locations within a website. Users are in Japan, but are non-Japanese, so results should be in English.
In certain examples, even when the name is in the query parameter, a link like this…

Scotty
- 204
- 1
- 11
0
votes
1 answer
How to deep link to location sharing page in google maps application
From my Android application, I need to open the location sharing page of Google Maps. I can launch the google maps application using following code snippet,
Intent mapIntent = new…

remya thekkuvettil
- 778
- 1
- 7
- 22
0
votes
1 answer
Google Place get Share Link Maps by Place ID
I would like to get place maps link by place id
ex Maps Place Link
I have this place ID ChIJfybAIuXzaS4R8vsIwXnJcz8 and also coordinate long 106.8271745 and lat -6.2285397
Q: How to generate share link like above? I try to generate manually with…

Muhamad Yulianto
- 1,573
- 3
- 22
- 32
0
votes
1 answer
Link to Google maps with dynamic path
I want to link to Google Maps with a lat & long :
For that, I Used : http://maps.google.com/maps?q=48.819141912303,2.2297863639837
I'm wondering if I can add a Path to this Google Maps ?
I used it in a static map and Can I do that with this Google…

Pablo DelaNoche
- 677
- 1
- 9
- 28
0
votes
2 answers
Android - How to launch Google map intent in driving mode?
I am able to launch Google Maps intent with
Uri location = Uri.parse("geo:0,0");
Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
startActivity(mapIntent);
How can I launch the intent in Driving mode (with no destination, unless…

Maxim Neaga
- 921
- 3
- 17
- 29
0
votes
1 answer
Is it possible to intent navigation 2 more points in google maps android?
Uri gmmIntentUri = Uri.parse("google.navigation:q=Taronga+Zoo,+Sydney+Australia");
Intent mapIntent = new Intent(Intent.ACTION_VIEW, gmmIntentUri);
mapIntent.setPackage("com.google.android.apps.maps");
…

Baraban
- 3
- 2
-1
votes
1 answer
Usage limit for Google Maps URL
Is there any usage limit (request/day) for Map URLs like https://www.google.com/maps/search/?api=1&query=parameters
and https://www.google.com/maps/dir/?api=1¶meters
Can we use these Map URL in intranet based enterprise application for locating…
-1
votes
1 answer
How to open a cyclic (non A-B) route in google maps
The goal is to generate a url similar to…