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 »
|
|
Euclidean projection, zoom levels, and polygons (oh my!)
|
| |
Hi,
I have created a custom map meant for four zoom levels. It uses a
Euclidean projection. However, when I set the maximum number of zoom
levels less than 17 and add polygons the script breaks. I can't figure
out why this happens. Any advice would be much appreciated. Thanks a
lot.
Here's portions of the code I'm using. It works fine with max_zoom =... more »
|
|
how to get content of GInfoWindow
|
| |
Hello.
I create a marker and bind InfoWindowHtml:
var marker = new GMarker(center, {draggable: true, title:
"sometitle"});
marker.bindInfoWindowHtml("som etext");
map.addOverlay(marker);
For exmaple I need to send content of InfoWindow to another procedure.
How can I get content of InfoWindowHtml?... more »
|
|
CSS Hover is interfering with the map.
|
| |
The CSS hover for the search button is interfering with the map either
causing it to disappear once you hover over it again (IE) or re-centre
somewhere differently (Firefox).
[link]
It works perfectly the first time, with the map hidden until the user
actually enters the address and hits the search button. But after... more »
|
|
Analyzing Map looking for water
|
| |
I'm looking for a solution to analyze a range of map (usually pretty
small 20-30 acres) for water masses. Is it possible to analyze the
map (i.e. look for bodies of blue)? Ideally i'd like to turn all the
water in the area into a polygon, but other solutions might work too.
I don't like the idea of using a different service however, i'd like... more »
|
|
API similar to Maps API, but not for geographic purposes.
|
| |
Is there some form to use Google Maps API technology or another
similar API, that could be used for display generic images?
The intended purposes would be starting with a "big picture", for
example onde human body ilustration, and after providing suficient
data, one could select sub parts of the picture, the members, the... more »
|
|
What is wrong with this code?
|
| |
<script type="text/javascript" src="[link]
sensor=false"></script>
<script type="text/javascript">
var geocoder;
var map;
function initialize() {
geocoder = new google.maps.Geocoder();
var myOptions = {
zoom: 8,
mapTypeId: google.maps.MapTypeId.ROADMAP... more »
|
|
Opening Info Windows - KML
|
| |
Hi there,
This is probably quite basic but can someone point me in the direction
of how to open an info window on a website when the data is held in a
separate KML file. I put the site [link] together
yesterday. When clicked the country overlays open a window no problem
but I'm scuppered when it comes to getting the html links for... more »
|
|
GoogleBar style customization?
|
| |
Hi,
Is it possible to customize the GoogleBar (which is activated from
GMap2.enableGoogleBar() ) style?
I know you can customize search controls, but can be customized map's
search controls?
|
|
markers on static map
|
| |
Hi,
I am trying to use this new version of API for the first time. My map
is not showing up. I have not defined a center or zoom level because I
want it to be implicit based on the markers.The markers are longitude,
latitude numbers because I tried the city, country names with no luck.
I only have three markers for now, but want to add many more. (It's... more »
|
|
|