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/
|
|
|
Map data updates for the United States
|
| |
Hi developers, we just made some significant changes to our map data
for the United States that will affect your applications. Check out
the post on the Geo Developer (http://
googlegeodevelopers.blogspot.c om/2009/10/map-data-updates-fo r-united-
states.html) and Lat Long ([link]... more »
|
|
v2.184 released as v2.x
|
| |
We recently pushed v2.184 as v2.x and kept v2.180 as v2. There were
no major changes reported in this release. The next potential upgrade
for v=2 is looking to be v2.182. In the meantime, please let us know
if you find any potential regression issues in v2.182, which would
block
the upgrade from happening.... more »
|
|
Coming soon: Indexing of Maps API Applications
|
| |
In a few weeks, we're going to turn on functionality to log marker
locations and info window content within mashups using the JS Maps API
v2. This is very exciting since it'll enable us to include them in
Google Maps search results and will also introduce greater visibility
into your maps applications.... more »
|
|
Error in main.js after UseCallback in IE8
|
| |
Hi
I am using Google Maps API to get directions and thereby calculating
prices for freights.
[link]
Right now the only response is an alert that you should contact the
company if interrested in using their services but it will be extended
with more functions. The data sent between client and server iis... more »
|
|
Close any open info windows with the click of a button
|
| |
Hello all,
Is there any way to close any open info windows with a custom button
click event. I'm looking to do a loop through any open info windows
and close them. I would think this should be pretty simple but I can't
find any answers.
|
|
GGoogleBar onIdleCallback
|
| |
I would like to handle the event of a user using the GGoogleBar search
and it returned zero results. onIdleCallback does get called for
this, however, it also gets called when the user clicks the "clear
results" link.
Does anyone have a technique to know which of the two scenarios
happened to cause the event to be fired?... more »
|
|
Moving from desktop to laptop
|
| |
Hi All:
I have a nice store locator based on the store locator tutorial that
uses xml and php. My application works fine on my Mac OSX desktop
computer. I use MAMP for my testing environment. All works fine. The
problem is when I use my laptop. I have the same file structure and
port setup. I also use MAMP with identical configuration. To make sure... more »
|
|
Google Static Maps & Markers
|
| |
Hi people!
First of all, I'll introduce my self: My name es Nicolás Giagnoni and
I'm working in an Argentinian company named CodaMation.
I'm working on a new project base on J2ME, which needs a Maps
Interface. First, I thought about GoogleMaps but I coudn't find a J2ME
Api, so I started to read the entire page and I've found Google Static... more »
|
|
MANY MANY load loadFromWaypoints in a loop
|
| |
Here is my problem. I use the following script in my page, and I would
like to know why it gives me the error 620 and 500??
Is there a way to resolve this?? If yes,HOW.....
<script type="text/javascript">
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById( "map"));
map.addControl(new GLargeMapControl());... more »
|
|
Integration does not work with Firefox and IE
|
| |
Hi,
I am a newbie to google mashups and looking at a few examples have
written a code to integrate googlemaps with my application, however
the code works only on Chrome and does not work on IE or Firefox.
below is the code, could any one please let me know what could be the
proble,m
------------------------------ -------... more »
|
|
Categories and Clusters
|
| |
Dear all,
I've come to a point when I realize that I need the input and help
from the experts...
My objective is to create a map that shows clusters of markers AND let
the user toggle between different categories (type). I have a working
map with the clusters and I can not get the combined map to work.... more »
|
|
Total Route Distance via multiple waypoints A > B > C > D
|
| |
I'm trying to find a tutorial to help with coding a google maps page.
At present I have Lat/Long values stored in a mySql database.
Is it possible to produce a "total driving distance" summary, via
multiple waypoints, for instance from point A (depot) to point B (pick
up) to point C (second pick up) to point D (drop off point).... more »
|
|
Problem with addOverlay which does not work each time
|
| |
Hello,
I'm facing a strange bug with addOverlay.
"addOverlay" works sometimes but not every time I load my page.
It means that I am not sure to have my markers displayed each time I
load my map.
I download data from a XML file. This part of my code works correctly.
Also, I have to notice that when I insert an alert function before... more »
|
|
|