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 »
|
|
MarkerManager Problem
|
| |
I am adding markers to marker manager
var MMgrOptions={trackMarkers:fals e,maxZoom:20};
MManager=new MarkerManager(map,MMgrOptions) ;
for (var i=0;i<this.Nodes.length;i++)
{
if (i!=0)
{
if (this.Nodes[i].SNo!=this.Nodes [i-1].SNo)
this.Markers.push(new GMarker(this.Nodes[i].GN));... more »
|
|
"move to location" on button click
|
| |
Ok, I have seen this done, I but cannot remember where.
My university has acquired an couple of buildings on the other side of
town. The idea is they would like to incorporate this into the
current map that I am making.
so my idea is that I would like to have a tab/button on the page that... more »
|
|
Multi map locations
|
| |
Hi,
Hope you can help as I have spent all morning tring to find a answer.
I am using MS Access to use Google maps by using:
[link] " & aa &
"&iwloc=A&hl=en"
which works fine, however I would like to add a number of locations to
the same map. Can I do it by this method above, and if so how, or do... more »
|
|
move vertex programmatically
|
| |
How can I move a vertex programmatically? Say I have a reference to a
vertex with:
var vertex = polyline.getVertex(3);
How would I change the lat / lng of the vertex. It doesn't have a
setLatLng method. It appears to have x, y, lat, lng properties but
none of them seem to do anything when set.... more »
|
|
getCenter followed by setCenter moves the map!
|
| |
Hi
I am trying to add a feature to my website to allow users to bookmark
the displayed map - since I retrieve all the information to populate
the map using AJAX if a user simply bookmarks the page when they use
the bookmark they will get the original map that I loaded - but not
any changes they made (pan, zoom, changing content etc)... more »
|
|
Anchor name seems to break map in IE6
|
| |
Hey all -- I've liked the conversations going on in this group and
it's time for my first post in here with an issue that's confused
me. :)
I'm trying to add an <a name="map"> element around where the map
starts so the entire map interface can be shown on one screen.
Although it doesn't seem to affect Firefox 2/3 or IE7, it completely... more »
|
|
GEOCODING
|
| |
I am following instructions listed in the article called Geocoding
addresses with PHP/MySQL. I have the database and populated it with
the data. This data is still missing the geocode data. I havfe
uploaded the sample php file to my server. I get no geocoding data in
my database. How do I see what is returned from the geocoder to find... more »
|
|
Google Map & Google Earth
|
| |
I have my Google Map working fine with multiple markers and the
markers having several selectable tabbed labels. Now I've added
Google Earth as a selection at the top of the main map with Satellite,
Terrain etc. When I select Map, the markers are shown, and when the
mouse goes over any, the labels pop up giving additional information.... more »
|
|
|