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
me some colored markers. But I did not understand what is the 3rd
parameter in createMarker, so I very conveniently skipped it. Think I
need to put NULL or something in there, maybe?
3. Tried adding a map.addControl(new GMapScaleControl()); call, and
nothing worked, got a blank screen. Anyway to stick a large scale
control in the lower left corner … maybe even a small one, pretty
please ….. lol?
4. I want to change code to XML based. I looked over the tutorial for
XML data, and is kinda cool. Problem is that the XML tutorial has
sample with sidebar code included too, and it gets too hairy for me.
Anybody has a XML tutorial with NO sidebar code maybe?
BTW, on second thought, if you can tell me how to code the red markers
in yellow and blue, I have no problem holding on to the same type of
marker, if the code is cleaner.
Tkx,
TWV.
On May 16, 5:11 pm, travelworldvideos <travelworldvid...@gmail.com>
wrote:
> 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
> me some colored markers. But I did not understand what is the 3rd
> parameter in createMarker, so I very conveniently skipped it. Think I
> need to put NULL or something in there, maybe?
> 3. Tried adding a map.addControl(new GMapScaleControl()); call, and
> nothing worked, got a blank screen. Anyway to stick a large scale
> control in the lower left corner … maybe even a small one, pretty
> please ….. lol?
> 4. I want to change code to XML based. I looked over the tutorial for
> XML data, and is kinda cool. Problem is that the XML tutorial has
> sample with sidebar code included too, and it gets too hairy for me.
> Anybody has a XML tutorial with NO sidebar code maybe?
So I fixed the colored markers. Found some code on the google API
site, and was able to shuffle it in.
Still need to find out about that Scale and XML concepts.
Tkx,
TWV.
On May 16, 5:24 pm, travelworldvideos <travelworldvid...@gmail.com>
wrote:
> BTW, on second thought, if you can tell me how to code the red markers
> in yellow and blue, I have no problem holding on to the same type of
> marker, if the code is cleaner.
> Tkx,
> TWV.
> On May 16, 5:11 pm, travelworldvideos <travelworldvid...@gmail.com>
> wrote:
> > Hi guys,
> > 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
> > me some colored markers. But I did not understand what is the 3rd
> > parameter in createMarker, so I very conveniently skipped it. Think I
> > need to put NULL or something in there, maybe?
> > 3. Tried adding a map.addControl(new GMapScaleControl()); call, and
> > nothing worked, got a blank screen. Anyway to stick a large scale
> > control in the lower left corner … maybe even a small one, pretty
> > please ….. lol?
> > 4. I want to change code to XML based. I looked over the tutorial for
> > XML data, and is kinda cool. Problem is that the XML tutorial has
> > sample with sidebar code included too, and it gets too hairy for me.
> > Anybody has a XML tutorial with NO sidebar code maybe?
> > Tkx, and I hope these ain’t too many questions.
> So I fixed the colored markers. Found some code on the google API
> site, and was able to shuffle it in.
> Still need to find out about that Scale and XML concepts.
> Tkx,
> TWV.
> On May 16, 5:24 pm, travelworldvideos <travelworldvid...@gmail.com>
> wrote:
> > BTW, on second thought, if you can tell me how to code the red markers
> > in yellow and blue, I have no problem holding on to the same type of
> > marker, if the code is cleaner.
> > Tkx,
> > TWV.
> > On May 16, 5:11 pm, travelworldvideos <travelworldvid...@gmail.com>
> > wrote:
> > > Hi guys,
> > > 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
> > > me some colored markers. But I did not understand what is the 3rd
> > > parameter in createMarker, so I very conveniently skipped it. Think I
> > > need to put NULL or something in there, maybe?
> > > 3. Tried adding a map.addControl(new GMapScaleControl()); call, and
> > > nothing worked, got a blank screen. Anyway to stick a large scale
> > > control in the lower left corner … maybe even a small one, pretty
> > > please ….. lol?
> > > 4. I want to change code to XML based. I looked over the tutorial for
> > > XML data, and is kinda cool. Problem is that the XML tutorial has
> > > sample with sidebar code included too, and it gets too hairy for me.
> > > Anybody has a XML tutorial with NO sidebar code maybe?
> > > Tkx, and I hope these ain’t too many questions.