google-maps-urls Questions
4
I have two points on google map first one is the source and second is the destination, I have the route between these points on the map.Now I want to navigate user from source to destination as Goo...
Reformatory asked 24/6, 2017 at 7:33
0
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 n...
Khartoum asked 9/10, 2023 at 15:53
15
Solved
I'm designing one application in which I want to show specific location on Map.
I'm passing String of address which is already placed on Google Map.
Following is my Intent code..
String url = "htt...
Heptarchy asked 28/3, 2014 at 4:50
6
Solved
I want to link to google maps at a particular location with a marker on a particular point.
It's easy to link to a location:
http://maps.google.com/?ll=XX.XXXX,XX.XXXX
But how do I drop a marke...
Toolmaker asked 5/7, 2011 at 12:43
8
HeIIo, using google map API with search I'm able to find a certain place and then store it's details. However, the array doesn't contain google maps link which would open this place on google maps....
Scorecard asked 16/6, 2015 at 0:41
8
How can I open Google Maps(using Intents or adding Google Maps into my application) with address? I have the address, but I don't have latitude/longitude. How can I do it? Thank you.
Devastating asked 3/4, 2012 at 5:25
3
I am looking for a way to open turn-by-turn navigation on Google Maps. I know that from this google article it can only be defined by start and end points.
First option (preferred):
I haven't fin...
Haggadah asked 8/5, 2016 at 14:9
14
Solved
After looking (Googling) on the web for a while, I can find nothing that takes an address like:
1200 Pennsylvania Ave SE,
Washington, District of Columbia, 20003
and converts it into a clickable...
Tiling asked 19/8, 2009 at 15:42
0
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))...
Greig asked 27/6, 2018 at 9:45
4
I have an Android app which shows a number of locations on a Map. When I click on a location I would like to pass the lat long of the location, and the lat long of the device's location, to the Goo...
Caducous asked 8/3, 2017 at 17:0
1
Solved
I've been trying to open Google Maps (specifically on Android, but not necessarily) from a coordinates URL, such as
https://www.google.com/maps/search/?api=1&query=51.5055,-0.0754
But when t...
Lousy asked 13/2, 2018 at 7:22
1
Solved
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 embed...
Afterdinner asked 21/10, 2017 at 14:43
1
I currently have an application which takes a a start and end point from a user and sends a request to the google maps directions API, for example: https://maps.googleapis.com/maps/api/directions/x...
Insensibility asked 3/8, 2017 at 9:55
15
Solved
I would like to produce a url for Google Maps that goes to a specific latitude and longitude. Now, I generate a url such as this:
http://maps.google.com/maps?z=11&t=k&q=58 41.881N 152 31.3...
Manic asked 17/4, 2010 at 21:50
4
Solved
I have the Place Id of a place on google maps in my app. Is there a way to put the place Id in a URL and have it directly link to the page? Or does it have to be done through the URL?
I can't seem...
Rheum asked 26/5, 2015 at 19:46
4
Solved
I want to know, if it's possible to put several "checkpoints" within "Google Navigation" (Google Maps Navigation) With a query that follows the next syntax : "google.navigation:q=44.871709,-0.50570...
Hendel asked 23/5, 2013 at 15:11
1
© 2022 - 2024 — McMap. All rights reserved.