Thanks very much Larry I'll check those out.
Steve
On Aug 19, 11:13 am, "geocode...@gmail.com"
wrote:
> On Aug 18, 5:43 pm, fmdataweb wrote:
>
> > Has anybody got an example of a map showing multiple markers that they
> > can point me to.
>
> > I ca
Has anybody got an example of a map showing multiple markers that they
can point me to.
I can't find one at the Google Maps Javascript API V3 Examples page:
http://code.google.com/apis/maps/documentation/javascript/examples/index.html
unless I'm missing something.
Many thanks,
Steve
--
You re
I've created a simple map showing a few markers - as far as I can tell
it's coded correctly but this is my first time with the API.
It is display correctly on IE v8 under Windows XP but under Safari
v5.1 on Mac OS 10.6.8 I just get a blank page with no map (the html
title does display at the top o
I've created a hardcoded example that actually works in IE v8 on Win
XP and works on some Mac OS X Macs with Safari but not all of them.
I've uploaded the file to:
http://dl.dropbox.com/u/34923164/ztest.htm
On a few Macs it's not loading the page (have reset Safari and
emptied
the cache) and whe
pm, Pil wrote:
> If you have more markers you should use a createMarker() function that
> creates and displays the markers.
>
> Try to write it yourself. It's a good finger exercise for beginners.
> You can also search the group's archives for createMarker.
>
> On
I'm new to JavaScript so I would like to learn by example - can anyone
point me to a site that has the correct syntax for a simple Google Map
showing multiple locations with markers, similar to the single marker
example at:
http://code.google.com/apis/maps/documentation/javascript/examples/marker-