Questions tagged [google-maps-urls]
63 questions
3
votes
1 answer
iOS GoogleMaps StreetView URL Scheme with Heading and Pitch
Is there any way to open google maps app in streetview mode with desired heading and pitch?
There is example in Google Maps URL Scheme for iOS Documentation with latitude, longitude and zoom, but there is nothing written about pitch and heading. It…

matuslittva
- 154
- 1
- 9
3
votes
1 answer
Create a circuit route by passing waypoints to GoogleMaps android
I am working on functionality where I send waypoints to Gmapsapp through Intent so that use can navigate to the destination by the custom waypoints that I send
I when I plot this route in my embedded Google Maps , I can see Circuit route , but when…

karthik kolanji
- 2,044
- 5
- 20
- 56
3
votes
1 answer
Split screen map and streetview
Google’s 2017 map documentation does not say how to specify a split screen, lower part map, upper part streetview. Please, is this possible within a Google-map URL, and if it is, how?

jdaw1
- 225
- 3
- 11
2
votes
1 answer
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 while launch google map url.
This is Output…

Chandani Bhalala
- 39
- 3
2
votes
1 answer
Un-shorten a goo.gl/maps link to coordinates
I am wondering if there is a simple way to convert a shortened google maps link into its equivalent coordinates, inside of google sheets. For example a point near the Eiffel Tower:
Coordinates: 48.857469, 2.295821
Long URL:…

Andrew W.
- 131
- 1
- 6
2
votes
0 answers
Google Maps url how to define circular marker?
I want to open the default maps app but instead of the default marker i want a circular marker.
this is what i have...
case Device.Android:
if (!string.IsNullOrEmpty(_imovel.Endereco.Freguesia))
{
uri = new…

Tiago_nes
- 843
- 7
- 30
2
votes
0 answers
Universal cross-platform syntax URL parameters directions travel type transit departure time
My app is using the universal maps URL to open a local transit route map.
I have no problem getting the map I want using something…

Don Rowlett
- 91
- 1
- 6
2
votes
1 answer
Cordova iOS launch comgooglemaps fail
I have a small problem.
I use comgooglemaps scheme to call google maps and perform a search.
This works ok but problem is if user don't have a google maps installed.
Now... how can i check this and if google maps are not installed to call google via…

vixus
- 57
- 6
2
votes
0 answers
Current Location tag on google maps url not working anymore from August 2017
It was possible use an url like this:
http://maps.google.com/maps?saddr=Current+Location&daddr=44.053442,12.5046472
from August 2017 Google changed the syntax of generic url introducing the "origin" and "destination" keyword, so url SHOULD…

giorgio bignozzi
- 21
- 4
2
votes
1 answer
Directing google maps to load a kml file from a url
I have a site (BoatingTrax.com) which places notices to mariners on several maps (Google Earth and Google maps). I upload each map daily in kml format to my server. Google Earth works well and updates daily. Google Maps doesn't. I need it to load a…

Bob Brandis
- 29
- 5
2
votes
1 answer
Google maps does not show route when opened by link
The link
https://www.google.com/maps/dir/?saddr=Current+Location&daddr=60.626200,16.776800
results in a webpage with a map like this in on my computer
When the link is clicked in an android browser, you will be offered to open it in the "Maps"…

Anders Lindén
- 6,839
- 11
- 56
- 109
2
votes
2 answers
Create a link for all mobile devices that opens google maps by default
Create a link for all mobile devices that opens google maps with business location?
Google MAP - This link goes to the location and redirect to the mobile google app, but no mark for the business address.

Jows
- 877
- 2
- 11
- 21
1
vote
1 answer
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://maps.google.co.in/maps?q=" + destination +…

Khushit Shah
- 546
- 6
- 20
1
vote
0 answers
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 due to the availability of Offline Maps.
When…

harrisonhm
- 36
- 3
1
vote
1 answer
Multiple placemarks display on google map using URL
i am currently displaying a single Placemark on google map using q= parameter:
https://maps.google.com/maps?q=lat long
Now i want to display multiple points/Placemark, i couldn't find a way other then using dir…

guy berlin
- 19
- 2