Skip to main content

Questions tagged [google-maps-urls]

The tag has no usage guidance.

google-maps-urls
-1 votes
0 answers
18 views

In Commerical application using Google Maps Url and and opening google maps app is chargeable or not?what are it's limitations [closed]

If you simply provide a link that opens Google Maps (e.g., a URL that opens a specific location or direction in Google Maps),This is a common use case where a user clicks a link and Google Maps opens ...
Anitha Dharavath's user avatar
1 vote
2 answers
97 views

Add avoid highway to maps url

I am working on a JavaScript project aimed at creating a route while considering stops at electric vehicle charging stations. Once the route is ready, the user can click on a button that redirects ...
bryan mottais's user avatar
5 votes
0 answers
379 views

Google Maps API - Accessing the Create a List (add, update, delete) Lists

I was using the Google Maps URL API to Create a map with a list of waypoints (See here Google Maps Platform - Maps URLs) But, the maps url limits the number of addresses listed to 10 addresses. I need ...
user2997586's user avatar
-2 votes
1 answer
88 views

Link to map switches to app but does nothing

Given the following TS code to open a link to Google Maps: const linkToMap = `https://google.com/maps/search/?api=1&query=${searchTerm}`; window.open(linkToMap, '_blank'); When opening from ...
Son of a Sailor's user avatar
0 votes
0 answers
547 views

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's user avatar
1 vote
1 answer
800 views

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 ...
Awazleon's user avatar
2 votes
1 answer
762 views

How can apply optimization for optimize route while launch google map url?

I want to redirect to device default google map app. So i am calling bellow url using some parameters but optimization parameter not working. So, any one have idea how apply optimization true or false ...
Chandani Bhalala's user avatar
0 votes
1 answer
508 views

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 ...
mlg74's user avatar
  • 520
0 votes
0 answers
180 views

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 ...
unanswerableQuestions's user avatar
0 votes
1 answer
2k views

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 ...
filamentary's user avatar
0 votes
1 answer
280 views

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 ...
Bigface Kuma's user avatar
0 votes
1 answer
2k views

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 ...
change need's user avatar
0 votes
1 answer
631 views

Is there any React Native library that can navigate to Google maps app with directions and multiple waypoints? [closed]

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ć's user avatar
1 vote
1 answer
3k views

set From location to current location in google maps android programmatically

I am creating an app where it requires opening google maps to navigate to a place in walking mode and to set source/from location to current location. Here is the code I use. String url = "https://...
Khushit Shah's user avatar
1 vote
0 answers
739 views

Why is Google Maps failing to resolve the directions when opening the App with a iOS URL Schema?

I'm developing a React Native application that links out to Google Maps and Apple Maps to provide Turn by Turn navigation. We've had some interest from Users of being able to use Google Maps on iOS ...
harrisonhm's user avatar

15 30 50 per page
1
2 3 4 5