Google Maps family of APIs let you embed the functionality of Google Maps into your own website and applications.
74
votes
10answers
14k views
OpenLayers vs Google Maps?
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 ...
63
votes
13answers
76k views
Google Maps API v3: How to remove all markers?
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.
49
votes
5answers
55k views
Google Map API v3 — set bounds and center
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. ...
35
votes
8answers
54k views
How can I launch the Google Maps iPhone application from within my own native application?
The Apple Developer Documentation explains that if you place a link in a web page and then click it whilst using Mobile Safari on the iPhone, the Google Maps application that is provided as standard ...
34
votes
6answers
30k views
How to emulate gps location in the android Emulator?
I want to get longitude and latitude in android emulator for testing.
Can any one guide me how to achieve this?
How do I set the location of the emulator to a test position?
30
votes
47answers
3k views
Survey of GIS Programming
How many programmers on this site work with GIS?
What middleware do you work with? ESRI? Mapguide? Google?
What kind of projects do you work on? Are you focused on web work, making desktop ...
29
votes
8answers
5k views
Alternatives to google maps api
google maps api is great for developing location based services for mobile phones. But for some reason the use of it is restricted for me in a special project.
E.g. if your project is in conflict ...
28
votes
7answers
21k views
Calculate distance between two points in google maps V3
How do you calculate the distance between two markers in Google maps V3? (Similar to the distanceFrom function inV2.)
Thanks..
27
votes
3answers
40k views
Google Maps JS API v3 - Simple Multiple Marker Example
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.
...
26
votes
2answers
8k views
How, exactly does HTML5's GeoLocation work?
I know the browser shares my IP address and details of nearby wireless networks to determine my location, but what sort of info does it know about nearby wifi networks?
For example, where I live are ...
26
votes
4answers
15k views
How do I Geocode 20 addresses without receiving a OVER_QUERY_LIMIT response?
Using the Google Geocoder v3, if I try to geocode 20 addresses, I get a OVER_QUERY_LIMIT unless I time them to be ~1 second apart, but then it takes 20 seconds before the markers are all placed.
Is ...
24
votes
3answers
18k views
Launching Google Maps Directions via an intent on Android
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?
24
votes
2answers
14k views
How to disable mouse scroll-wheel scaling with Google Maps API
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 ...
23
votes
1answer
1k views
How to place markers on google map
I use the google map tool from primefaces.
I want my user to be able to place just one marker on a map.
The values of the coordinates should be stored in a managed bean variables.
How can i do that?
...
23
votes
5answers
5k views
MapView in a Fragment (Honeycomb)
now that the final SDK is out with google apis - what is the best way to create a Fragment with a MapView? MapView needs a MapActivity to work right.
Having the Activity managing the Fragments ...
23
votes
1answer
5k views
Why don't I get a 'same origin policy' warning when using the Google Maps API?
I'm making a RESTful web service call in my JavaScript page and get the following warning:
"This page is accessing information that is not under its control. This poses a security risk. Do you want ...
22
votes
5answers
24k views
Drawing a line/path on Google Maps
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 ...
21
votes
11answers
12k views
Google Maps API v3: Can I setZoom after fitBounds?
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 ...
21
votes
10answers
29k views
Problems with Google Maps API v3 + jQuery UI Tabs
There are a number of problems, which seem to be fairly well-known, when using the Google Maps API to render a map within a jQuery UI tab. I've seen SO questions posted about similar issues (here and ...
18
votes
3answers
24k views
How to draw a path on a map using kml file?
Can I parse kml file in order to display paths or points in Android? Please could you help me with that?
This is kml sample code which I would like to display in android google map:
<?xml ...
18
votes
1answer
13k views
how to get city name from latitude and longitude values in google map android?
How might I obtain the city name in Google Maps if I have lat,long values of a town or area?
I tried using the lat,long and I get country but I don't know how to get city name.
17
votes
4answers
13k views
Google Maps: How to create a custom InfoWindow?
I just came across http://fwix.com/
I really like how they create the InfoWindow (popup) when you click on a map marker because the corners on their InfoWindow are not as round as the default ...
17
votes
1answer
7k views
How to trigger the onclick event of a marker on a Google Maps V3?
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 ...
16
votes
1answer
2k views
Jquery, JSON, PHP and GMaps
I am turning in circles and are hoping for some clarification by you guys ...
1) I have a site, using jQuery and a Google Maps Plugin.
This all works perfectly and I get my markers set right and I ...
16
votes
15answers
10k views
How does Google Maps work?
What is the name of the technology behind Google Maps which allows the server to send only the part of the map requested from the user to enhance the performance, and is there any library to handle ...
15
votes
7answers
12k views
Convert long/lat to pixel x/y on a given picure
I have a city "map" (for example - Moscow). She in accuracy repeats the contours the given city in google maps (that is it is copied from google maps and it is a little processed, but the sense ...
14
votes
4answers
12k views
Google Maps Api v3 - getBounds is undefined
I'm switching from v2 to v3 google maps api and got a problem with gMap.getBounds() function.
I need to get the bounds of my map after its initialization.
Here is my javascript code:
var gMap;
...
14
votes
7answers
6k views
Have just one InfoWindow open in Google Maps API v3
I need to open only one InfoWindow on my Google Map. I need to close any other InfoWindow before i open a new one.
Can you some one guide me on this?
14
votes
5answers
17k views
Google Map Route Draw on IPhone
I am developing an application that has two versions. One for web and another for iPhone.
In the web app, I am able to draw a route on the road (drawing the route automatically that follows ...
14
votes
7answers
11k views
Javascript Load Order
Hey I am working with both amq.js (ActiveMQ) and Google Maps. I load my scripts in this order
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
...
13
votes
3answers
577 views
Looking for a Cocoa Google Maps wrapper framework
Hi,
I've been searching for a framework to get easy access to the full (or at least the most important functions)of the V3 API Google Maps within a WebView.
From what I've read so far it should be ...
13
votes
3answers
1k views
How can I get Aptana's code assist to work with Google Maps API v3?
There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ...
13
votes
4answers
11k views
Draw polygon using mouse on google maps
I need to draw polygon using mouse and mark a particular area on Google maps. The purpose is to mark an area on Google maps and then showing hotels and attractions on that area. The user will mark the ...
13
votes
5answers
3k views
iPhone Map Kit cluster pinpoints
Regarding iPhone Map Kit cluster pinpoints:
I have 1000's of marks that I want to show on the map but it's just too many to handle so I want to cluster them.
Are there frameworks available or proof ...
13
votes
5answers
11k views
How to convert an address into a Google Maps Link (NOT MAP)
After looking (Googling) on the web for a while I can find nothing that takes a address like:
1200 Pennsylvania Ave SE,
Washington, District of Columbia, 20003
and converts it into a clickable ...
13
votes
7answers
48k views
Draw radius around a point in Google map
I'm using the Google Maps API and have added markers. Now I want to add a 10 mile radius around each marker, meaning a circle that behaves appropriately while zooming. I have no idea how to do that ...
12
votes
2answers
271 views
How can some LatLng be used to place markers on a Google map, but not to draw a Polygon?
Roughly a week ago, I ran into a problem: on a custom google-powered map, my Polygons would not show up, while Markers for the same coordinates are totally ok. Despite my efforts with the Google Maps ...
12
votes
1answer
1k views
Technique for running multiple MapActivities in the same process
It is well know to people using Google Maps in an Android app that they can only use one MapActivity per process. There is a bug discussing this in detail along with the workaround of putting each ...
12
votes
5answers
3k views
Open alternatives to Google-maps?
I'm looking for an alternative to Google-maps with all the richness of their API but more open. Does such a thing exist?
12
votes
7answers
8k views
On zoom event for google maps on android
We're building an application which is using the google maps api for android.
I have my MapController and MapView, and I enable the built-in zoom controls using:
...
12
votes
2answers
10k views
Google Maps API v3: How to remove an Event Listener?
How do I remove the 'bounds_changed' Event listener in Google Maps API v3?
google.maps.event.removeListener(_???_);
12
votes
5answers
8k views
How to check if Google Maps is fully loaded?
I've embedding Google Maps on 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 ...
12
votes
4answers
18k views
How do I resize a Google Map with JavaScript after it has loaded?
I have a 'mapwrap' div set to 400px x 400px and inside that I have a Google 'map' set to 100% x 100%. So the map loads at 400 x 400px, then with JavaScript I resize the 'mapwrap' to 100% x 100% of the ...
11
votes
4answers
3k views
Handling click events in Google Maps JS API v3 while ignoring double clicks
With the Google Maps JS API v3, I want to drop a marker where the user clicks on the map, while keeping the default behavior when the user double clicks (and not adding any marker on the map).
I ...
11
votes
3answers
5k views
Google Maps Api v3 - find nearest markers
When i click on map, which will be best way to find nearest marker or markers? is there some functions in api that will help me to do that?
it's google map api v3.
11
votes
1answer
6k views
Google Maps V3: Loading infowindow content via AJAX
What is the best way to load content into my infowindow using ajax?
Right now I am getting a similar effect using iframes but I am not that that happy with it.
I thought this would be straight forward ...
11
votes
1answer
15k views
fitbounds() in Google maps api V3 does not fit bounds
I'm using the geocoder from Google API v3 to display a map of a country. I get the recommended viewport for the country but when I want to fit the map to this viewport, it does not work (see the ...
11
votes
4answers
19k views
How can I change the color of a Google Maps marker?
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, ...
11
votes
3answers
33k views
INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android
Hi when i am trying to run android application which used Google API. it gets error
that
[2009-07-11 11:46:43 - FirstMapView] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2009-07-11 ...
11
votes
8answers
15k views
Java API for Google Maps (or similar)
Hi i was wondering if there is a Java library that acts as a wrapper for the Google maps API. What i am interested in is displaying a satellite map of a specific region (lon lat) on my desktop ...