|
You may have noticed that while the maps in the previous section can be panned by dragging, none of the other Google Map controls are visible. There are actually several different control sets available, and GMapEZ allows access to any of them. Big map controls
To add controls, specify their names after
<div class="GMapEZ GLargeMapControl GMapTypeControl GScaleControl GOverviewMapControl"
style="width: 300px; height: 350px;">
<a href="http://maps.google.com/maps?ll=41.092104,-85.144740&spn=0.006130,0.009795&hl=en">
</a>
</div>
Here you can see the Small map controls
Here's an example of the
<div class="GMapEZ GSmallMapControl"
style="width: 300px; height: 300px;">
<a href="http://maps.google.com/maps?ll=41.092104,-85.144740&spn=0.006130,0.009795&hl=en">
</a>
</div>
Mini map controls
The
<div class="GMapEZ GSmallZoomControl GSmallMapTypeControl"
style="width: 300px; height: 300px;">
<a href="http://maps.google.com/maps?ll=41.092104,-85.144740&spn=0.006130,0.009795&hl=en">
</a>
</div>
Continue the documentation with Info Windows. |
Copyright 2008 by Chouser, all rights reserved.