Questions tagged [google-maps-urls]
63 questions
1
vote
0 answers
google map url - how do I pass in a custom name along with lat and long in url to google maps?
I have the following code in a js function that is run in an onClick event:
window.open("https://maps.google.com/maps?daddr=40.669832,-73.962284&ll=");
My problem is that when the map opens up the desccriptive text next to the marker defined by…

AnyaM
- 19
- 2
1
vote
0 answers
How to generate google maps link for multiple source address?
I would like to know how to add multiple source address as Google Maps allows through link,
if I want a source and a destination, this example link below works just…

Grego
- 2,220
- 9
- 43
- 64
1
vote
1 answer
In Google Maps API generate a Google Maps URL
There is a project in which the Google Maps API is used to build the route.
Now the task for me is the following: inside the web application using the Google Maps API to create a route, after changing the route by moving the route on the map (which…

Yaros
- 31
- 1
- 5
1
vote
1 answer
launch google maps in IOS with multiple waypoints
I need to launch google maps with multiple waypoint showing on map on IOS using url in my Xamarin forms application.
I'm able to launch it with 2 points (Source and Destination) using this url:
comgooglemaps-x-callback://?zoom=14&saddr= " +…

Awais Shaikh
- 531
- 4
- 15
1
vote
2 answers
Can I generate URLs to point to Google Maps on all platforms and perform some actions
Regardless of the platform I would like to launch Google Maps and optionally perform some actions like showing location, route etc

kaskader
- 1,931
- 16
- 24
1
vote
2 answers
How i can set My start point with my end point in google Maps By Intent?
I can set my end point here. How can I set the start point with it?
Uri gmmIntentUri = Uri.parse("google.navigation:q=Taronga+Zoo,+Sydney+Australia");
Intent mapIntent = new Intent(Intent.ACTION_VIEW,…

Mahmoud Belal
- 103
- 1
- 9
0
votes
0 answers
How to open maps Application from InAppWebView - Flutter
I am opening a website using the Flutter InAppWebView.
child: InAppWebView(
initialUrlRequest: URLRequest(
url: Uri.parse("https://mywebsite.com"),
),
…

Viral Panchal
- 1
- 2
0
votes
1 answer
Google Maps URLs, how to add a personal name to destination point?
I'm using Google Maps URLs from my web site page to provide a direction to my user. It works fine and launch automatically Google Map app. on mobile phone. To do that I'm using the lat, long destination coordinates extracted from my database. Each…

Awazleon
- 21
- 5
0
votes
1 answer
Google maps API directions service redirects to JSON info, but how do I get it to open map app in phone?
I'm new to Google Map API. The following javascript opens a new page with the JSON data. The google documentation gives the following URL example, (I added the window.open javascript part). But there isn't a complete example anywhere that I…

mlg74
- 520
- 1
- 7
- 27
0
votes
0 answers
Why does opening google maps via intent on android yield different results than the search box?
I am working on an app that allows you to text an address to an android device and have that device open maps directly to navigation with the texted address as the destination. Currently, I use the navigation intent described here. However, I am…
0
votes
1 answer
How do I construct a Google Maps URL that displays street view if I don't know "viewpoint" or "pano" (only the address)?
I'm using PHP to construct a URL to google maps, a really simple little thing. I am doing it like this right now, which only falls short because it takes two clicks to get to street view (click once on link, then when arriving, click on the…

filamentary
- 1
- 1
0
votes
1 answer
Google Map urls functions unsupported
we want to control Google Maps on Android/IOS devices via urls, and we've looked through the docs: https://developers.google.com/maps/documentation/urls/android-intents#display_a_map
These are the functions we need but cannot find in the…

Bigface Kuma
- 11
0
votes
1 answer
Show location marker in new browser window
Actually in the current page I'm deep linking the google maps location on the button,i.e: when I clicked in button it should open new window and show the location marker.
I'm getting co-ordinates from the google maps api, the resultant window…

change need
- 137
- 2
- 6
- 23
0
votes
1 answer
Is there any React Native library that can navigate to Google maps app with directions and multiple waypoints?
I want to be able to open Google maps app from my app and get directions with multiple waypoints from my apps data.

Armin Dervić
- 165
- 2
- 11
0
votes
1 answer
Licence - Google Maps Url opens Defaultbrowser from Software
If I build a extension in my Software which opens Google Maps in the default browser with the Address of a Contact, do I need a Licence and start a plan at Google?
Like: https://www.google.de/maps/search/Kongo+Kinshasa
On some Pages I found, was…

Daniel Lenzendorf
- 97
- 1
- 2
- 11