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 »
|
|
API Key issue
|
| |
Hi all, I know that this question has probably been answered, but i can't seem to find anything in the first 6 pages of search results, so im hoping someone can give me a hand. I am fairly new to javascript and probably just screwed up something little. Anyways, I have created a map that is working locally on my machine using the "http://... more »
|
|
Points nearby location.
|
| |
Hi , what is the MySQL 5.0 query needs to select geo coordinates( latitude,longitude) from locations database within a radius of 100 miles around this center : map.setCenter(new GLatLng(".$initial_lat.",".$in itial_lng.") ; and display this markers in the Google Maps ?... more »
|
|
Streetview demo issue in FF3
|
| |
The tabbed max content demo at the following URL doesn't work as expected in Firefox 3.6: [link] If you click on the map to open an infoWindow, then maximize the infoWindow to see the streetview panorama within the infoWindow, then... more »
|
|
How to display where a location is
|
| |
I'm wanting to show where a specific postcode is on the map. This I believe can be done by displaying a pin in the map. But how do I display the pin? Many thanks
|
|
Google Maps for Commercial website using Openlayers
|
| |
I am planning for a real estate listings website where I will be using Google Maps as my base layer using Openlayers but I will not be using any functionality provided in the Google Maps API. The site is meant for business purpose and I will be charging my users for creating listings of their properties in my portal. I am getting more & more... 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 »
|
|
|