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 to the group? Read our suggested posting guidelines! :)
|
| |
Please read the following before you post, and you will have a better
chance of getting a good answer to your question:
- Many issues/questions are common and have been answered before. Do a
search in the forum for your question/error (e.g. "removing markers"
or "error: a has no properties"), and you're likely to find threads... more »
|
|
Automatic upgrade of < 2.s versions to 2.s in near future
   
|
| |
Hi developers-
As some of you know, we release a new version of the API javascript
every 1 to 2 weeks. We have 3 version aliases - 2.x, 2, and 2.s. When
you request v2.x, you're getting the very-latest version - you
generally do this if you want to test bug fixes or try out newly added
features. When you request v2 (the recommended version alias), you're... more »
|
|
v2.125 pushed as v2.x, 3 bugs fixed
|
| |
Hey folks-
We've pushed version 2.125 as v2.x (and v2.124 has become v2). There
are 3 bugs fixed in this version.You can check out all the bugs fixed
in the changelog:
[link]...
Please post any regression bugs you find, as usual. There is one bug... more »
|
|
Database search
|
| |
Im trying to use this code to search my marker database and the only
thing not working is the "loc" row sometimes has spaces in the
database. Is there a way to get rid of the spaces? Example - an entry
might be 23 K 2323, when people search i want them to be able to just
put in 23K and get the results. Heres the search code.... more »
|
|
best place to put your map code?
|
| |
Is better to put your map code in the header as a script or in the
body as a script?
If it is in the header, you have to certain functions within an
overall function to be called on load in the body. <body
onload="functionname()">
But if its in the body you dont need to do that...
Is one better than the other, more efficient than the other...or just... more »
|
|
Mysteriously slow map - help a newbie!
|
| |
Hi!
I'm new to google maps and know a little kml. I'm working on a
collaborative project, so I'm not the only person with access to the
map.
Here's the link: [link]
For some reason, my map is taking a SUPER long time to load from my... more »
|
|
Help with setting up a map with multiple marker categories
|
| |
Hi,
I wondered if anyone could help me?
I started this project a while ago and have just started further work
on it.
I have a map of my local town with tourist attractions mapped out, and
links to the markers appearing in a box below the map.
I would like to set up a series of different markers, one for hotels... more »
|
|
GPS Trail not shows map.
|
| |
hello people. I need help to complete this GPS trail
application in PHP because it not display the Google map
for routes.
The div map I placed in this echo :
echo "<li id=\"Hmap\"><a href=\"#tab-map\" onClick=
\"Display.choose('map');\">Map </a></li>";
The Javascript code is embbed in this echo:... more »
|
|
Route planing via unrecognised road
|
| |
Hi there,
I'm fairly new to the Google Maps API, and have had a look through the
documentation and made a few tests but not had any luck so far....
I'm trying to map some bus routes, and have succesffuly overlayed some
planned routes and these work well. However, one issue I have is that
some buses do have permission to drive down what Google Maps... more »
|
|
How set size of info window?
|
| |
Sorry my english, native language russian.
I create info window for marker:
...
var html = document.getElementById('info_ window_1');
marker.bindInfoWindowHtml(html );
...
this code insert HTML code in DOM:
<div id="info_window_1" class="info_window">Маркер 1</div>
....content_c #Gmap .info_window {... more »
|
|
singlerightclick to insert a polygon vertex
|
| |
Hello -- If you are like me when I try to draw a
polygon to save, using tools from the Demo by
Wolfgang Pichler
[link]
and then zoom in, I wish I could insert a vertex without
having to start over.
I have added to Wolfgang's code with a "singlerightclick" event on a... more »
|
|
Dealing with addresses that contain building / house names
|
| |
Greetings,
I'm having trouble mapping some UK addresses which contain building
names, or certain building numbers.
For example the following address returns a null point;
Bonhill House
1-3 Bonhill Street
London
EC2A 4BX
UK
geocoder.getLatLng( 'Bonhill House 1-3 Bonhill Street London EC2A 4BX... more »
|
|
|