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/
|
|
|
Google Maps API Premier customers no longer need to use keys
|
| |
Hi all,
In response to feedback from existing Maps API Premier customers that
managing Maps API keys for a large number of domains can be cumbersome
we have removed the requirement for Maps API Premier customers to use
Maps API keys. In addition we have launched a new section of the Maps
API docs specific to Maps API Premier, which details how to access the... more »
|
|
v2.140 pushed as v2.x, v2.139 pushed as v2 - 3 Bug Fixes
|
| |
(This message is delayed by ~5 days)
Hey folks-
We pushed v2.140 as v2.x and pushed 2.139 as v2 earlier this week. We
*do* have version aliasing implemented now, so you no longer have to
specify letters if you're hard coding to a particular version number.
There were 3 bug fixes in 2.140, including another fix for the iPhone... more »
|
|
API Reference fixes/features
|
| |
Hi developers-
Just wanted to let you know about some nifty changes to the API
reference that should make development easier:
[link]
- Linkable everything:
There are now anchor IDs for essentially every table row in the
reference, so every function, property, enum, etc, can be linked to.... more »
|
|
infoWindowHtml Content overflows in IE
|
| |
I'm using showInfoWindowHtml() on my map to display a small table in a
popup bubble. This works fine in FF and Opera, but in IE the popups
always have the same small default size, no matter how long the
contents are, so the text sometimes overflows. Now I know about the
issue with inherited CSS styles, but this seems to be something... more »
|
|
Site down it seems from Egypt can you confirm?
|
| |
Hello,
I've just started my years travel in Africa and my site is not
displaying its google markers - it was working no problem from the UK
last week.
Please can someone confirm that it still displays ok and perhaps even
suggest what might be preventing me from seeing the markers in the
internet cafes in Egypt (i have tried 3 so far and all are the same!).... more »
|
|
map.removeOverlay() problem
|
| |
Hi
I'm in the process of porting my application to use google maps and
have come 'stuck' on what should be a very simple process.
I want my users to be able to 'add an overlay' of points and remove
them at the click of a button but without removing anything else that
is currently on the map.... more »
|
|
AddOverlay Unspecified error
|
| |
Link:
[link]
OS: Vista
I get the following errors in IE7:
"Unspecified error" on line 1157 in main.js
"object doesnt support this property or method" line 2 in
%7Bmod_poly,mod_drag,mod_contr ols%7D.js... more »
|
|
Icon Rotation
|
| |
I bring in kmls which are dynamically created server-side like this:
var KML = new GGeoXml("[link]");
map.addOverlay(KML);
These kmls hold Icons, like this:
<Placemark id = "367083580">
<name>ROCKFISH</name>
<styleUrl>NSV</styleUrl>
<Point>
<coordinates>-95.23,29.725725, 0</coordinates>... more »
|
|
360cities.net in Opera
|
| |
Hi Everyone,
Well, my 3rd complain from an Opera user.
It seems that 360cities.net is quite broken in Opera - well, we use
maps on nearly every page.
Should we even bother trying to fix it, or just tell these 1% of
people, "sorry" ?
I'll be happy to post examples, but maybe the answer is obvious... more »
|
|
Google Map center/zoom issue
|
| |
hi,
i am trying to calculate center and zoom levels dynamically based on
the polygon points which i have added on the google map. below is the
code which i am using to calculate the center and zoom locations:
//empty GLatLngBounds object
var bounds = new GLatLngBounds();
....
....
//adding polygon to the google map... more »
|
|
GGroundOverlay disappears when printing
|
| |
Hello
I am using GGroundOverlay to append an image to a map. The image
displays correctly in the browser (IE or FF3). However, when printing,
the image is not visible. All other information, including markers is
visible.
Any ideas on how the image can be made to print with the rest of the
web-page? This is a turn key solution, so cannot do screen dumps etc.... more »
|
|
|