I=======!
If You want to check your speed connection to Internet
[link]
I=======!
If You want to check your speed connection to Internet
[link]
I have 2 IFRAMES on a page that call two separate pages. One has a
Google Map with house markers that I created while the other has a
list of markers on the map. I would like to figure out a way so when
I click on a link (which happens to be an address) it will then expand
1. I think it can't be used 'A Form' in the HTML page to call
Javascript Functions, but can be used 'A EVENT' in the HTML
page. ?????
2. When I need to load lots of data(100+) using "GDownloadUrl" or
"XM [HttpRequest",] the response time is the same.So What I wanna
first issue: i'm getting my markers, creating a new labeledmarker,
adding them to an array, and passing it to manager.addMarkers and then
refreshing. now, as far as i can tell, that should do it. however, the
markers show up only when i add an alert() before returning the array
Here's my page so far:
[link]
As you can see, I'm trying to setup some HTML coding in the window,
but the title gets in the way.
Thanks in advance.
But I also need to do the following:
1) I should be able to compute directions given the starting/ending
address.
2) Ability to change the route by dragging the blue line.
It would like to know as to make to return the data from Name the
City, Country Name, Administrative Area, Region, etc on the basis of
one determined Lat/Long (not name address).
I found some examples using Geocoding, however they were on the basis
of an address and not a fixed point.
It would like to know as to make to return the data from Name the
City, Country Name, Administrative Area, Region, etc on the basis of
one determined Lat/Long (not name address).
I found some examples using Geocoding, however they were on the basis
of an address and not a fixed point.
I'm new to all of this google-maps API deal, but I've made some
significant progress with tutorials and examples.
But there's still one thing I would like to accomplish.
[link] (i know it's ugly, it will
be integrated later)
As you can see I have two layers (Federal and State) which are both
For example, an address on Spruce Ln in edwards, CO will return an
address on Spruce Cir.
Others who have experienced this have turned to Yahoo's geocoder.
Just scroll down the first page and press submit to get to page 2
where I have the first error. This error does not keep the page from
working, and to see it you have to force display of errors.
If it is in the header, you have to certain functions within an
overall function to be called on load in the body. <body
onload="functionname()">
But if its in the body you dont need to do that...
Is one better than the other, more efficient than the other...or just
Here's the link: [link]
For some reason, my map is taking a SUPER long time to load from my
is it possibile with google (maps) api to write into a form a region/
country and he gives me back some gps values and i then can sort all
events/records which i have in my database.
I wondered if anyone could help me?
I started this project a while ago and have just started further work
on it.
I have a map of my local town with tourist attractions mapped out, and
links to the markers appearing in a box below the map.
I would like to set up a series of different markers, one for hotels
The Javascript code is embbed in this echo:
I create info window for marker:
...
var html = document.getElementById('info_ window_1');
marker.bindInfoWindowHtml(html );
...
this code insert HTML code in DOM:
<div id="info_window_1" class="info_window">Маркер 1</div>
.content_c #Gmap .info_window {
I'm fairly new to the Google Maps API, and have had a look through the
documentation and made a few tests but not had any luck so far....
I'm trying to map some bus routes, and have succesffuly overlayed some
planned routes and these work well. However, one issue I have is that
some buses do have permission to drive down what Google Maps
and then zoom in, I wish I could insert a vertex without
having to start over.
I have added to Wolfgang's code with a "singlerightclick" event on a
I'm having trouble mapping some UK addresses which contain building
names, or certain building numbers.
For example the following address returns a null point;
Bonhill House
1-3 Bonhill Street
London
EC2A 4BX
UK
geocoder.getLatLng( 'Bonhill House 1-3 Bonhill Street London EC2A 4BX
A search turned this thread up, which is useful, but I'm not sure
where to go from there:
I am wondering if google map keys work for ports other than 80 and
8080. I am hosting a http server on port 4725 using localhost
127.0.0.1 for testing and is saying the key is invalid. I amusing the
key generated by [link], aka 'ABQIAAAA9L--
QGzcKR2ue790fiFfDBT2yXp_ZAY8_u fC3CFXhHIE1NvwkxSwLAiI20wKwRSh 58-
Is there any way of getting the reference to the last edited
coordinate of an editable polyline (ie on the "lineupdated" event)?
regards
mat
I'm having problems with my text overflowing out of the info windows
is there a way to expand the info window to encompass all the text ??
and how would i use maxWidth with openInfoWindowHtml to restrict the
width of the block of text displayed?
thanks
Can u please give solution for this problem..?
I am trying to get the encoded polyline around the world. I mean from
the points (lat/lng):
-90,0
-90,359.9
90,359.9
90,0
-90,0
It should be closed because I want to use it as a parent polygon.
The problem is that while I am trying to produce this polyline it does
not go around but by the shortest way and appears only as a thin
Aussi pourquoi ne pas ouvrire un service maps avec la possibilité de
voir tous les liens enregistrer dans notre google picasa et gmail et
auteres et ne pas l'élargire à google calendare en entrant des lieu
"Your HTML either contains unsafe tags (iframe, embed, styles, script)
or extra attributes. They will be removed when the page is viewed."
var MMgrOptions={trackMarkers:fals e,maxZoom:20};
MManager=new MarkerManager(map,MMgrOptions) ;
for (var i=0;i<this.Nodes.length;i++)
{
if (i!=0)
{
if (this.Nodes[i].SNo!=this.Nodes [i-1].SNo)
this.Markers.push(new GMarker(this.Nodes[i].GN));
My university has acquired an couple of buildings on the other side of
town. The idea is they would like to incorporate this into the
current map that I am making.
so my idea is that I would like to have a tab/button on the page that
Hope you can help as I have spent all morning tring to find a answer.
I am using MS Access to use Google maps by using:
[link] " & aa &
"&iwloc=A&hl=en"
which works fine, however I would like to add a number of locations to
the same map. Can I do it by this method above, and if so how, or do
var vertex = polyline.getVertex(3);
How would I change the lat / lng of the vertex. It doesn't have a
setLatLng method. It appears to have x, y, lat, lng properties but
none of them seem to do anything when set.
I'm trying to add an <a name="map"> element around where the map
starts so the entire map interface can be shown on one screen.
Although it doesn't seem to affect Firefox 2/3 or IE7, it completely
I'm writing one-page application, which intensively uses GMaps. Coz it
is one-page, there is no "onunload" events, and all maps are defined
in the same "window" object.
As I know, GUnload clears all maps in current "window". Is there any
recommended way to call GUnload for specific map (not for all maps in