Questions tagged [google-maps]
Google Maps is a desktop and mobile web mapping service application and technology provided by Google, offering satellite imagery, street maps, and Street View perspectives. Also supported are maps embedded on third-party websites via the Google Maps API, and a locator for urban businesses and other organizations in numerous countries around the world.
Fairly new to the Google Maps Api. I've got an array of data that I want to cycle through and plot on a map. Seems fairly simple, but all the multi-marker tutorials I have found are quite complex.
...
asked Jun 17 '10 at 5:14
wesbos
23.6k2727 gold badges9696 silver badges139139 bronze badges
I'm making an application that updates a user's location and path in real time and displays this on a Google Map. I have functionality that allows multiple users to be tracked at the same time using ...
asked Jan 29 '12 at 2:11
mkyong
9,9311111 gold badges3333 silver badges5656 bronze badges
I am using Google Maps API (v3) to draw a few maps on a page. One thing I'd like to do is disable zooming when you scroll the mouse wheel over the map, but I'm unsure how.
I have disabled the ...
asked Feb 24 '10 at 22:39
aaronrussell
9,19855 gold badges3434 silver badges6262 bronze badges
I have shifted myself from Eclipse to Android Studio. Now I am trying to work on my Map app. So I need my SHA-1 fingerprint certificate number.
When I was using Eclipse it was right under Windows -> ...
asked Dec 22 '14 at 19:47
Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:
It's not clear to me if the result I'm getting is the SHA-1 ...
asked Mar 31 '13 at 8:55
user2208349
5,99955 gold badges2222 silver badges3232 bronze badges
In Google Maps API v2, if I wanted to remove all the map markers, I could simply do:
map.clearOverlays();
How do I do this in Google Maps API v3?
Looking at the Reference API, it's unclear to me.
asked Oct 9 '09 at 16:13
mp_
5,40344 gold badges1818 silver badges1414 bronze badges
My app needs to show Google Maps directions from A to B, but I don't want to put the Google Maps into my application - instead, I want to launch it using an Intent. Is this possible? If yes, how?
asked Apr 18 '10 at 14:27
Lars D
8,05577 gold badges3131 silver badges3737 bronze badges
I have been trying to display a marker on the map when I click on a Button of my JavaFX application. So what happens is when I click on that button, I write the position in a JSON file, this file will ...
asked May 23 '17 at 9:08
Chandler Bing
96622 gold badges77 silver badges1313 bronze badges
I'm encountering this error when I use Android Studio to build my app. The APK is compiled, but when I attempt to run the app on Android P emulator, it will crash and throw the following error. Please ...
asked May 22 '18 at 7:16
dukeking
3,38322 gold badges66 silver badges55 bronze badges
I have an application that uses the Google Maps Android v2 API. I've added the google-play-services_lib library project to my workspace and added a reference to it from my application project, ...
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 ...
asked Aug 19 '09 at 15:42
Phill Pafford
76.2k8686 gold badges252252 silver badges377377 bronze badges
I've recently switched to Google Maps API V3. I'm working of a simple example which plots markers from an array, however I do not know how to center and zoom automatically with respect to the markers. ...
asked Oct 12 '09 at 21:02
I have 10 markers in the GoogleMap. I want to zoom in as much as possible and keep all markers in view? In the earlier version this can be achieved from zoomToSpan() but in v2 I have no idea how about ...
I’m embedding Google Maps into my web site. Once Google Maps is loaded, I need to kick off a few JavaScript processes.
Is there a way to auto-detect when Google Maps has fully loaded, including tile ...
I have a latitude, and longitude : "-27.0000,133.0000". I want produce a map base on that.
I've tried go to this link
https://maps.googleapis.com/maps/api/geocode/json?latlng=-27.0000,133.0000&...
asked Oct 7 '15 at 14:14
cyber8200
40.7k7272 gold badges222222 silver badges394394 bronze badges
This is what I use to display a map with 3 pins/markers:
<script>
function initialize() {
var locations = [
['DESCRIPTION', 41.926979, 12.517385, 3],
['DESCRIPTION', 41.914873,...
asked Mar 30 '13 at 15:03
I have a small application that gives the current location: longitude and latitude.
Now I have to browse to google maps with the longitude and latitude.
Please suggest how I can do this.
asked Nov 26 '09 at 5:39
Deepika
2,56222 gold badges1515 silver badges1414 bronze badges
I want to get following values from Latitude and Longitude in android
Street Address
City / State
Zip
Complete Address
How to achieve this?
I am using Google maps Android SDK 11.6.2(Also tried 15.0.1),but I get following crash before map shows. Already checked API key in manifest,it is available, but still this issue occurs. I am having ...
asked Jun 10 '18 at 10:35
Ramprasad
7,1752020 gold badges6666 silver badges122122 bronze badges
I have a set of points I want to plot on an embedded Google Map (API v3). I'd like the bounds to accommodate all points unless the zoom level is too low (i.e., zoomed out too much). My approach has ...
asked Mar 13 '10 at 7:49
chris
15.1k88 gold badges3333 silver badges3838 bronze badges
I am working on a WordPress site where the authors usually embed Google Maps using iFrames in most posts.
Is there a way to disable the zoom via mouse scroll wheel on all of them using Javascript?
asked Feb 24 '14 at 15:54
holiveira
4,20788 gold badges3232 silver badges3838 bronze badges
I am trying to a make custom InfoWindow after a click on a marker with the new Google Maps API v2. I want it to look like in the original maps application by Google. Like this:
When I have ...
asked Jan 2 '13 at 13:47
user1943012
1,96333 gold badges1010 silver badges77 bronze badges
I'm using the Google Maps API to build a map full of markers, but I want one marker to stand out from the others. The simplest thing to do, I think, would be to change the color of the marker to blue, ...
asked Mar 18 '10 at 19:57
abeger
6,10666 gold badges3838 silver badges5757 bronze badges
I use the Google Maps API (v.3) to show a map with a couple of markers. I recently noticed that the control used to zoom the map is messed up (it wasn't always like this). I have no idea what the ...
asked Jan 16 '12 at 11:45
Dónal
174k161161 gold badges527527 silver badges779779 bronze badges
I have used Google Maps a couple of times, but what wondering about OpenLayers.
Before starting any kind of coding, here are a couple of questions that come to my mind,
Why would I use OpenLayers ...
asked Aug 6 '09 at 6:01
Pascal MARTIN
368k6969 gold badges628628 silver badges645645 bronze badges
Google Maps show the message "For development purposes only" when I try to show it in my webpage:
How could I make this message go away?
My code is like that:
<script src="https://maps....
asked Jun 21 '18 at 21:52
tmighty
7,5881717 gold badges7272 silver badges167167 bronze badges
What I am trying to do is extract elevation data from a google maps API along a path specified by latitude and longitude coordinates as follows:
from urllib2 import Request, urlopen
import json
...
asked Jan 14 '14 at 1:32
pbreach
11.4k1818 gold badges7070 silver badges100100 bronze badges
When dealing with GIS source code you often need to write latitude and longitude coordinate tuples.
E.g. in Google Maps links (123, 456):
http://maps.google.com/maps/ms?msid=214518704716144912556....
asked Sep 5 '11 at 13:57
Mikko Ohtamaa
66.2k3939 gold badges199199 silver badges337337 bronze badges
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.324W
...
asked Apr 17 '10 at 21:50
xpda
14.8k88 gold badges4747 silver badges7676 bronze badges
When I load an image into the icon property of a marker it displays with its original size, which is a lot bigger than it should be.
I want to resize to the standard to a smaller size. What is the ...
asked Feb 26 '13 at 18:22
Golan_trevize
2,00155 gold badges1616 silver badges2121 bronze badges
I would like to convert addresses into long/lat.
Is there any way to do this without using JavaScript? Because in my case there is no need to display anything since the conversion is in the ...
asked Sep 6 '10 at 16:33
n00b
14.7k1919 gold badges5151 silver badges7171 bronze badges
I'm using Twitter Bootstrap, and have a Google map.
Images on the map, such as marker are being skewed by the CSS in Bootstrap.
In the Bootstrap CSS there is:
img {
border: 0 none;
height: ...
asked Feb 4 '12 at 13:34
raklos
25.8k5454 gold badges169169 silver badges272272 bronze badges
Once user presses button in my application, I would like to open standard Google Map application and to show particular location. How can I do it? (without using com.google.android.maps.MapView)
asked Jun 1 '11 at 18:17
LA_
17.5k5252 gold badges155155 silver badges284284 bronze badges
I'm looking for a way to calculate the zoom level for a given bounds using the Google Maps V3 API, similar to getBoundsZoomLevel() in the V2 API.
Here is what I want to do:
// These are exact bounds ...
asked May 18 '11 at 17:57
Nick Clark
4,11944 gold badges2020 silver badges2525 bronze badges
I am trying to do a tab layout same in Play Store. I got to display the tab layout using a fragments and viewpager from androidhive. However, I can't implement google maps v2 on it. I searched the ...
asked Oct 14 '13 at 3:48
Jeongbebs
3,73666 gold badges3030 silver badges5656 bronze badges
The following JavaScript error suddenly appeared:
Google Maps API error: Google Maps API error: MissingKeyMapError
asked Jun 23 '16 at 12:14
I'm trying to add a React map component to my project but run into an error. I'm using Fullstack React's blog post as a reference. I tracked down where the error gets thrown in google_map.js line 83:
...
asked Jul 20 '16 at 12:52
Mike Fleming
2,02722 gold badges1212 silver badges1717 bronze badges
How to I make the markers in Android Google Maps API v2 become clickable so they will either bring up a menu with options or just start a new activity? I believe I made the markers in my app currently ...
asked Jan 9 '13 at 0:28
Malaka
1,50155 gold badges1616 silver badges1616 bronze badges
How do I trigger the onclick event of a marker on a Google Maps from outside the map?
I use version 3 of the API. I've seen many tutorials for version 2, but can't find this for version 3.
I have a ...
asked Apr 28 '10 at 15:33
AlexV
20.7k1616 gold badges8080 silver badges116116 bronze badges
We're trying to develop an geoplacement app for one of our clients, and we want first to test it in out own domain.
We have signed for Google Maps JavaScript API, and we have a valid browser key and ...
How might I obtain the city name in Google Maps if I have latitude and longitude coordinates of a town or area?
I tried using the latitude, longitude and I got country but I don't know how to get ...
asked Feb 19 '10 at 12:57
In the new Google Maps API for Android, we can add a marker, but there is no way to (easily) remove one.
My solution is to keep the markers in a map and redraw the map when I want to remove a marker, ...
asked Dec 3 '12 at 21:51
Jonas
4,37855 gold badges3030 silver badges5656 bronze badges
i have a page and a google map is inside a hidden div at first. I then show the div after i click a link but only the top left of the map shows up.
i tried having this code run after the click:
...
asked Oct 31 '10 at 17:48
leora
156k320320 gold badges818818 silver badges13181318 bronze badges
I have a Google Maps (V3) in my page at 100% page width with one marker in the middle. When I resize my browser window's width I would like the map to stay centered (responsive). Now the map just ...
My question is, does anyone know how to set google maps up, to open up both my location and in a zoomed-in view?
Currently, the main view opens up to Africa, all the way zoomed out.
And so I have ...
asked Dec 28 '12 at 18:37
Dustin
1,25322 gold badges99 silver badges88 bronze badges
I'm trying to create a simple html page (I'd later like to add an autocomplete input there) that include google-places-api.
I have an api-key (which is enabled) but I still get an error message.
Here ...
asked Feb 29 '16 at 12:57
Roy
1,70833 gold badges1313 silver badges1212 bronze badges
Is there a way I can add some custom information to my markers for later use. There are ways to have an info-window and a title, but what If I want to associate the marker with other information.
I ...
asked Jul 7 '12 at 20:39
Abid
6,67977 gold badges4040 silver badges5050 bronze badges
I've been busy for a long time finding out how to draw a line between two (GPS) points on the map in HelloMapView but with no luck.
Could anyone please tell me how to do so.
Suppose I use the ...
asked Feb 1 '10 at 11:49
mnish
3,6451111 gold badges3333 silver badges5353 bronze badges
Bit stuck on this one. I am retrieving a list of geo coords via JSON and popping them onto a google map. All is working well except in the instance when I have two or more markers on the exact same ...
asked Aug 23 '10 at 15:13
Louzoid
1,31322 gold badges99 silver badges99 bronze badges
I've been attempting to style my Google Maps InfoWindow, but the documentation is very limited on this topic. How do you style an InfoWindow?
asked Apr 12 '11 at 12:13
Victor
11.7k1818 gold badges6969 silver badges136136 bronze badges