"correct" order?
[link][location]&output=xml&key=[my key]
returns:
...
<Point>
<coordinates>[long],[lat]</coo rdinates>
</Point>
...
This is the reverse of the usual order (lat, long). Just curious why
[link][location]&output=xml&key=[my key]
returns:
...
<Point>
<coordinates>[long],[lat]</coo rdinates>
</Point>
...
This is the reverse of the usual order (lat, long). Just curious why
I've been facing some serious difficulty with the objects that are
instances of GGeoXml. Namely, there is little you can do with them
(few useful methods are available), and generally the API seems to
juggle these objects from among classes.
For example:
__Confusion #1__
var polygon = new GGeoXml("url"); // lets assume this is a polygon
link: [link]
The vertical height of infowindow is fine but sometimes with longer
text strings it falls outside of the bubble. I tried doing the class
I'm trying to display a very simple KML file w/in a map and am at a
loss to understand what the problem is. Just don't know how I could
make it much simpler:
var map = new GMap2(document.getElementById( "map"));
map.setCenter(new GLatLng(40.0, -105.2), 13);
var kml = GGeoXml("[link]");
I'm trying to plot points on the polyline encoder,
[link]
and it lets me plot as many points as I would like. However, when I
take the encoded ino and place it in my map, it is distorting badly
and will not complete the polygon. The example on my test page shows
I wrote a publication with some google maps api captures that will be
distributed in a proceedings paper. I believe that I need to submit
the publication to google for permission. Can anyone tell me the web
site I need to go to submit this.
thanks,
Tom
I hired a developer to make a google maps mash-up. I am almost done
and just want to verify a couple of things.
My business provides other websites with the ability to overlay data
on a Google Map. Obviously I don't and can't sell google maps but I do
provide a service that allows them to integrate the data on a Google
may i know the google map the set position must put in the
<head>
<!-- set location-- >
</head>
<body onload="load()" onunload="GUnload()">
</body
is it possible set the location in the body
<head>
</head>
<body >
<!-- set location-- >
</body
if can, have any example?
I am trying (sometimes i think in vain) to get particular markers to
display their attributes in my poi_overview div (the white box on the
left of my site): [link]
At present i'm using the following conditional loop to do this, but at
present the poi_overview div is being pre-populated as soon as you
I have made use of GPolylines on my map ([link]
index_overlay.php) to link together markers that are on a route that i
define. At present this draws a straight line between the markers,
which doesn't look very good!
Is it possible to make use of the GDirections class so that when the
on the official google maps there is a button on the top right with to
checkboxes for photos and wiki articles. can anyone explain how to
implement such a button?
looked through the code, but was not able to demistify it...
thanks a lot, mischl
What I want is 150 pixels at the top for text, followed by my map,
followed by 100 pixels at the bottom for more text. All three elements
are 100%.
I want all three elements to span 100% of the height of the page which
I am interested in some help finding the code that is used for the
tabs that appear when you click on one of the icons within the Google
Doodlers Map found here: [link].
Thanks!
I searched solutions but I did not find.
Thank you very much everyone
Sorry for my english
Thanks.
Can anyone tell me what is wrong with my script or perhaps what I
Other than creating enough points to fill inside the box....
I have a big kile containing polygons (so a lot of coordinates) - more
than 1Mb
Do you know if there's a file size limit ?
How can i do to test if all the datas of my kml file have been
loaded ?
Thanks a lot for any answers / suggestions
If my stored procedure doesn't return coordinates I'd like to fire off
a search using a static keyword within 20 miles of the submitted zip
I have been testing the Static Map API and it works nice, but is there
anyway to create routes in a similar way as GDirections class using
the javascript API? I mean , is there at least one way of getting the
marker points of a route using the Google Static API? Is there another
alternative?
when you maximize an infowindow you get to have a title with grey
backg on top of the window.
Can I have the same kind of title with background on top of the NON
maximized infowindow?
Thanks
Simone
This is where the map is located:
I can post the code or you can view source. I just need it to work!
Come chat about World Of Warcraft or whatever is on your mind.
NO RULES! Just come in and chill!
i bound an InfoWindow to a marker using bindInfoWindowHtml('...').
I want to show the bound InfoWindow on dragend (or any other
occasion).
How can i achieve this?
Therefore are either/or of these two options suitable:
+ Place the required copyright information (as gathered by using
je suis actuellement en charge du développement d'un site web qui
dispose déjà un module de cartes google maps.
J'ai développé un module de calcul de coordonnées GPS qui se sert de
la carte google maps. Le module fonctionne sans aucun problème en
local mais lorsque je le met sur le site web, j'ai un problème de clé,
The platform im using is ASP.Net c#,and my map is inside a user
control,what i am trying to do is load a few markers in the begining
and then create markers on the map dragend event,the first thing is
that this event is fired as soon as the map loads and does not wait
for any drag to happen or end is that the normal behaviour?
visit now
whant can i do?
tks.
I'm currently developing a Google Maps API application. When I search
for "os" in my application the GeoCoder returns (on 6. hit) just
Germany. If I do the same search in Google Maps I get "Osnabrück LK,
Germany".
Why does not the GeoCoder return "Osnabrück"?
Google Maps also return the search result in my language (not
I am newbie in the google map api technology. I have implemented the
google map in my local PC with the available document already
available in the internet. I have already implement the the "map
control" by adding
~~~~~~~~~~~~~~~~~~~~~
map.addControl(new GSmallMapControl());
Could someone please point me in the right direction so that I can
simply change the start and end markers when using polylines / driving
I am interested in using the Google Maps API in an OSS web application
(cavedb.sf.net). This is not a traditional web application in that it
is designed to be run as a single-user application running from
localhost, not on a publicly avaliable domain, although that may
happen. The API appears to require that I provide a web address for
I'm working on a project dealing with roughly 500-1000 markers on a
map. I decided to let (the open) MarkerManager control the map, mostly
for the speed benefits (out of interest, anyone compared MM vs Non-MM
maps? I almost feel MM is no different).
Ive written a sidebar which shows the markers currently in the map
The documentation describes properties for changing the color, width,
and opacity of the line, which works fine.
But the default vertex markers are a bit big for my liking (ie.
11x11px squares). Can I change the size of the vertex markers to
You can see my map example here ---> [link]
The "tabby"-Tab (see code) is my problem...
Can anybody help?
Even this is not working: GInfoWindowTab(label,content,o nclick)