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/
|
|
|
v2.131f pushed as v2.x, v2.130d pushed as v2 - 1 Bug Fixed
|
| |
Hey developers-
Last night we pushed v2.131f as v2.x and 2.130d as v2. We don't have
version aliasing implemented, so you'll need to specify the letter
if you're hard-coding to those versions for whatever reason.
There is one bug fixed (countryName not showing up in XML/KML).
As always, please discuss anything in the forum that you think may be... more »
|
|
New Streetmap tiles
|
| |
V86 of the G_NORMAL_MAP tiles have just been released.
If you have a page that's sensitive to the details of the tile
graphics (like diddlefinger) then now would be a good time to check
your page.
--
[link]
The Blackpool Community Church Javascript Team
|
|
ClientLocation not working in US(?)
|
| |
Another strange one.
I've been running the google.loader.ClientLocation for about a month
on my site [link], and it seems most people are able to
access it without a hitch.
I arrived in the US on Monday, and I always get a 'null' value when
trying to return google.loader.ClientLocation.... more »
|
|
Some interesting coding
|
| |
I'm so pleased with my map that I just have to make it available for
others to see. I've had a whole lot of help getting it to have all
the features it has now and although the icon markers open info
windows with kinda frivolous personal info, it's only for testing
various features. My actual main map will have all the special info... more »
|
|
Updated Web site and the Map won't work
|
| |
I updated my website, and now the maps no longer shows the icons
(houses) on the map. However, whenever I preview (I am using
dreamweaver cs3) in browser they are there. I made sure the pictures
up loaded to the server. Also, the map looks correct in firefox, but
is 1/4 of the correct size and to the lower left in IE.... more »
|
|
Event binding does not work on some markers... random?
|
| |
Hi there,
I have a Google map that plots over 400 markers ([link]
tools/soh/plots.php). All of these markers have both a 'click' and
'mouseover'/'mouseout' GEvent.addListener() event behavior attached to
them. However, if you move your cursor around the map (be patient,
most of them work - look for the cursor icon change), you will notice... more »
|
|
Looking for a trail/canoe routes display solution.
|
| |
Hi, my company's website [link] is looking to provide
trail maps displayed on Google Maps for all the tourism regions in
Ontario that we offer.
Does anyone know of a solution (open-source or something we could
negotiate) that we could use to present trails in this way?
Right now we aren't looking for a fancy luxury model. The ability to... more »
|
|
latitude and longtitude from google
|
| |
How do I get latitude and longtitude in my JavaScript code from google
based on submitted zipcode?
I suppose I need the following:
<script src="[link]
file=api&v=2&key=my_key&hl=en" type="text/javascript"></scrip t>
I am looking for something like
var LatLng_array = new GLatLng(zipcode);... more »
|
|
Problem with clearOverlay and addOverlay
|
| |
Hi, here's a link to my map:
[link]
If you click on the map you'll notice that a circle is drawn onto the
map with the radius specified below. I'm using Mike Williams'
eshapes.js to draw the circle. I have a GEventListener on 'click' to
draw the circle when the map is clicked. This all appears to work... more »
|
|
Putting a javascript link within a popup on a googlemap
|
| |
Hi All,
I'm a photographer with a very limited knowledge of code, I'm good a
copy & pasting it but that’s about all.
I have created a map with help from someone else (who I have lost
contact with) with markers on that when clicked on open up a small
window with a small panoramic thumbnail on. When you click on the... more »
|
|
Static map with zoom and pan
|
| |
Sorry about the ruthless self promotion but some of you might be interested. [link] I got tired of writing same things again and again. It had to become easier. Now it is. Static map with working zoom and pan controls in 9 lines of PHP code.... more »
|
|
|