Been messing a bit with my google map, and here it is:
1. I have a mouse hover event definition . . . . why would I want to
bother keeping the mouse click event code?
2. The bottom map is identical to the upper map, except I tried to get
Been messing a bit with my google map, and here it is:
1. I have a mouse hover event definition . . . . why would I want to
bother keeping the mouse click event code?
2. The bottom map is identical to the upper map, except I tried to get
function createMarker(point,thumb_url,) {
the google maps main images are reacheble in such a link:
[link]
where only the x, y, and zoom variables are necesary. This x,y numbers
shows a part of Budapest. My questions are:
- are we able to use these pictures (legal)? In that way we are able
thank you very much,
Tabetan
CODE__________________________ ______________________________ _:
function example(location){
var point = showAddress(location);
I’m no prude but as per the terms of service of the Google map API
this must certainly be a completely unacceptable use of the Google Map
API.
Prostitution and the keeping of a brothel is completely illegal in
var theResults={ n:"result" ,// The nodeName value
c:[] ,// The childNodes
a:{} ,// The attributes
v:"" ,// The nodeValue
d:"" }// The CDATA
Nice and cross-domain , yet totally generic allowing for
I am trying to plot NY Counties on a map.
But I m facing some problems.
As there are 62 counties.
when i load the map, it takes too much time to load.
Atleast 10 seconds.
Is there a way to make the map load faster.
The second problem is when i try to change the polygon color from the
Is there a way to integrate google maps with a database inside moodle?
I would like to have people capture coordinates in a map and store
these coordinates in a moodle database to then display them on the map
along with some other info.
Is anyone working with Google Maps and Moodle?
I have to add a different listener to every element of my array, how
can i do?
PolyShapes is an array. Every time i create an element, i add to it a
listener.
-- code --
polyShapes.push(myElement);
//last element
is there any tile cutting tool was made in vb.net or any tools which
are very easy to use and
have simple examples?
i´m using JQuery. Overall no problem... just with Google Maps it does
not work at all.
While loading the code attached in the <head></head> area, all other
JQuery Code stop working and are reported as error.
Anybody who can fix this ? Thanks alot.
For example:
-----
$("#login-box") has no properties
tabs.push(new GInfoWindowTab(tabLabel,tabWid thSet + "<font
size='4'> " + tabTitle + "</font><table cellpadding=4;><tr><td
width='144'><img border=0 img src='" + tabImage1 + "' width='144'
Can anyone help me?
The url is [link]
I know that the UK postcode search takes only the first part into
account but my question is how to let the user know that.
I've users from all around the world, so I don't want to write
something above the input field as it might confuse the other users.
Would it be possible to give something out once the user entered a UK
What I want is that my marker should register the position where it
currently is located.
I want it to be outputted in a DIV which has it's Lat & Lng.. Here's
my code:
counter = 0;
var myEventListener = GEvent.bind(map, "click", this,
function(marker,point) {
if (counter == 0) {
is it possible to remove copyright in the map google map api? ie
"POWRED BY GOOGLE"...
I am trying to figure out how I can get the example Mike employs on
this page: [link] to work with
checkboxes.
I currently have a working map that is reading seven different
categories of markers from a single XML file. Each category has its on
checkbox in a sidebar and can be toggled on and off at the user's
I am using Google Maps for a year or embedded in many different
websites. I noticed that sometimes it just won't get images from or
can't connect to the google-servers on several moments in the day
regardless of the internet connections I am using on various
locations.
Is this a sign of their servers being overloaded with requests ? Is it
After reading the API I decided to start developing using Google maps
API. I generated the key and go the getting started sample code. I
wanted to have the Columbia University, NY campus set as the focus on
my google map. So I got the required longitude and latitude
information, set the focus to 17 and increased the width of the DIV
I am working on creating a custom map for my church where we can plot
our members on the map. We're developing community groups, like small
groups that can get together so that our church members can find local
people to hang out with.
I've got it mostly working. I use mysql db to store the addresses and
I realize that it is EXTREMELY unlikely that Google Maps would ever
go down. However, as a matter of practice, we would like for our site
to not be dependent on Google Maps.
In other words, we have a site that uses the Google Maps API
extensively and, with the current state of the code, there will be
var overIcon = new GIcon();
Icon.image = "path to your icon";
Icon.shadow = "path to your icon shadow";
Icon.iconSize = new GSize(12, 20);
Icon.shadowSize = new GSize(22, 20);
Icon.iconAnchor = new GPoint(6, 20);
Icon.infoWindowAnchor = new GPoint(6, 1);
Icon.infoShadowAnchor = new GPoint(13, 13);