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 »
|
|
MapIconMaker, setImage, and IE
|
| |
Hi, I'm using the MapIconMaker ([link]) to create dynamically-sized icons. I also need to change these icons to a different image, and back again. In FireFox, the "setImage()" method on GMarker works great. It not only changes... more »
|
|
Size of google chart and map is should equal or not?
|
| |
Hi Barry, Thank you for your corrections, but now i have a problem google chart as icon is not show up on top of map , i thing is about the size, is the size of icon should equal as chart ? or chart should equal as icon? or maybe it's resizeable otomatically? Where i can find good link of documentation about how to use google chart... more »
|
|
Google chart as icon for google map
|
| |
Hi All, I need to know how can I make or combine google chart as icon or marker for google map my snip code is like this... --------------------- var point = new GLatLng(0.5311, 101.466); var baseIcon = new GIcon(); baseIcon.image = <img src=" [link]Gas"... more »
|
|
Results from Maps in Argentina failure
|
| |
When I search an addres in Argentina - Buenos Aires City like
( Obelisco, Buenos Aires, Argentina) I could see the results only on
the satelite view. The map result is only a grey page with a general
view with the whole city without any street. With the same seach in
Brazil the result is perfect.... more »
|
|
Center by continent
   
|
| |
Hi,
I am new to google maps API and have been struggling with a few
things. I am trying to build a map to show office branch locations
across the world. I don't want to display the locations initially but
what I would like to do is show a map on which only a continent is
selectable. When someone clicks on this it then centres the map on... more »
|
|
Simple way to add some arrows along a polyline
|
| |
Is there a simple way to add a some arrows along a polyline that will
indicate the direction of a given route? I'm creating some bike routes
using a kml file. I have an icon that indicates the starting point,
but the route is usually a loop, and right now I can't tell which way
the loop is going.... more »
|
|
Zoom Event
|
| |
Hi,
I have some difficulties to use the Zoom event.
I would like to display differents Overlays (JPG picture) on my map
depending on Zoom levels.
I know that I should use the line :
GEvent.addListener(map,"zoomen d", function(oldZoom, zoomlevel) {
but it never works, whatever I try....
Could anyone explain me how can I do this, and how this fontion works.... more »
|
|
GGeoXml stops loading KML files
|
| |
Hello everyone,
i have a problem with my project. Im loading a lot of polygon KML's in
my script, but sometimes he stops working (most of the time). My
script is fine as far as i can see. He has to load bout 600 different
KML files. I cant change that because of the dynamic setup. Im using
the GGeoXml api. Did anyone else had problems with this or does... more »
|
|
|