You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss the Google Maps API, which lets developers embed Google Maps in their own web pages with JavaScript. If you'd like to troubleshoot your development of the API, please remember the following: - Post a link, not a code snippet so that others can see your code in its proper context.
- Search the Group, chances are someone else has had the same issue.
- Make use of published documentation at http://www.google.com/apis/maps/document ation/
|
|
|
New Google Geocoding Web Service
|
| |
We're happy to announce the launch of our new Google Geocoding Web Service. Take a moment and read through the public blog post: [link] The geocoding response format has been revamped to offer a number of improvements, which includes a flatter format, the ability to tag... more »
|
|
New Versioning Process
|
| |
Hey everyone, You may have already noticed, but we've been announcing version updates less frequently to the groups. There's been a few changes around this process, which has been posted to the changelog. Please take a moment to read them here (also pasted below): [link]... more »
|
|
Upgraded v2 to 2.208
|
| |
We recently pushed v2.208 as v2. While no visible changes affecting the API were reported in this release, let us know if you experience otherwise: [link] Please discuss any potential issues in this group (http:// groups.google.com/group/Google -Maps-API/) if you think there's a... more »
|
|
Saving map to an image/pdf ?
|
| |
Hello, I am using google maps api to generate maps with marker clusterer: [link] It works perfectly but now i need to save the map to an image and later include in a PDF. I found google maps static service, but couldn't find how to use... more »
|
|
Sensor?
|
| |
What is the sensor used for? How could I find the users location so I can place the user in the center of the map when page loads? map.setCenter(new GLatLng(#####, #####), 13); Thanks
|
|
How to upload custom Icons for markers from a MYSQL database onto a Google Map?
|
| |
For my dissertation i'm creating a google map that displays all fast food resturants around Northampton, the map works by uploading the data from a MYSQL database then plotting the markers onto the map, this works fine! my problem is that i want to use custom Icons instead of the default markers used for the map. and to display the markers... more »
|
|
Find Address in PolyGon
|
| |
Hi , I am writing an application for a restaurant where they have assigned restaurants to a specific area, now id the customer calls and they are asking for the address, so this customer should be defined a restaurant automatically depending upon its area. I have created polygons for the Areas , but dont know how to search in... more »
|
|
List object
|
| |
Hi, are there any function that return list of all Polygon and Polilyne that i add on my map? thank you
|
|
Weird initial position
|
| |
Hi guys.. my production site is getting a weird behaviour today. It's putting the user position far away from reality. My site operates mostly in Brazil, but my users are being redirected mostly to China and some places in Europe. My site address is: [link] The code is this simple: if(google.loader.ClientLocatio n)... more »
|
|
Odd Error
|
| |
Hi everyone, My map is located here [link] I'm getting a really odd error all of a sudden, and can't seem to figure it out. I have been adding a custom control for users to switch between layovers. I have been creating this in my js file through DOM. Everything was running smoothly then all of a sudden i get this error... more »
|
|
Scale dependent loading of placemarks from mySQL database
|
| |
I'm trying to load ~1000 placemarks from a mySQL database and it is very slow. Can anyone suggest an easy way to load, maybe half of them when the map is zoomed out beyond a certain scale, and then load the rest when zoomed in? Currently I'm using the instructions from this tutorial (http:// code.google.com/apis/maps/arti cles/phpsqlajax.html).... more »
|
|
tilesloaded event
|
| |
hi, i have a question regarding the "tilesloaded" event. Does this event also work with own custom tiles added to the map through the GTileLayerOverlay? I use the following code to add own custom tiles to the map, but it seems that the "tilesloaded" event fires before all custom tiles are loaded. var tilelayer = new GTileLayer(new GCopyrightCollection(''));... more »
|
|
|