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 »
|
|
Customizing the appearance of GDirection's path
|
| |
Is there any way to alter how the paths generated by GDirections are displayed by changing the color or the markers in some fashion? I have an application that needs to show multiple paths on the same map and while this is simple enough it's hard to tell which path is which since at some points they come close or even overlap. The problem is... more »
|
|
API key does not work
|
| |
I register a key for [link] (address changed) and it does not work. This same domain i get when i type javascript:alert('http://'+win dow.location.host) that means this is the right host. The IP is public external IP. What is the reason the key does not work?
|
|
Generating API key for all subdomains
|
| |
Hi, I am trying to generate an API key that works for *.mydomain.com ( all subdomains ) I tried to generate the API key for [link] but gmaps still complains about it being invalid. I have read some other threads about it, but i couldn't find a solution because most of them didn't had a final solution.... more »
|
|
Determine if Shift key is pressed down in map click event handler
|
| |
Hi, Is it possible to determine if the Shift key is pressed during a map click event? I have setup a listener as follows: GEvent.addListener(this._map, 'click', this.MapClickHandler); With the handler below: MapClickHandler: function(overlay,latlng,overla tlng) { //Shift key detection... ...Anyone out there achieved this?... more »
|
|
Simple Loading message
|
| |
Hi there, in my google maps page I need a simple "loading message" overlapping the map to show users that markers (many) are loading. In fact at the moment it takes about 30 seconds to display all the markers. I'd need something simple to add to my page (no need to have the percentage, or 10/100, 15/200 progressbar), something like a "loading... more »
|
|
Waiting for all getTileUrl requests to finish
|
| |
hi, i hope u can help me on my problem: i am using GTileLayer and GTileLayerOverlay to use my own tiles over the map. My question is now if there is a way to wait for all getTileUrl requests to finish? Here is my code: function addNutsTiles(session){ var tilelayer = new GTileLayer(new GCopyrightCollection(''));... more »
|
|
GUI Buttons / addMapType
|
| |
Hi I have been through the API but still it is not clear how to add some (G)UI elements (e.g. jQuery checkbox) to the map layer. Does someone can provide me links of such examples ?
|
|
restrictions to KML rendering lower?
|
| |
Hi all, i want to set up a map with several kml including polylines. Every kml is in size between 10 - 110 kb and overall its about 4mb. So it is completly inside the rstrictions [link] The problem: at one i couldnt include only 30 kml files. What's my... more »
|
|
How to speed up the drawing?
|
| |
Hi, I have a question about the speedup. For example, I want to draw 10 trajectories (polygons) with 13K points, there is obvious time lag when drawing those trajectories. As we implemented here ( [link]), when you click "Draw Trajectory", you can see the time lag between... more »
|
|
|