Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
2 answers
194 views

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
7 votes
0 answers
831 views

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
134 views

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
1 answer
650 views

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
1k views

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
863 views

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
530 views

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
  • 530
0 votes
0 answers
215 views

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

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
302 views

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

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
652 views

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

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
765 views

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
1 vote
1 answer
423 views

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/...
Daniel Lenzendorf's user avatar

15 30 50 per page
1
2 3 4 5