Hello,
i have created a webusercontrol that lets you create a googlemap centered on longitude and latitude you can specify in properties.
I hooked each control up on the ajax scriptmanager so you’ll have to implement one on your pages you wish to use it on.
this is basically how easy it is to implement;
Gmapbase has to be implemented one time to specify the key etc.
<cc2:gmapbase id=”GmapBase1″ key=”ABQIAAAAu8TAKjD2zfGUWo0qP6cjcBQeR0P14xk3vsih_LuesA8GY0UIDRR3wgnhgSl9PDtsb97ZaXihVZLA_A runat=”>
One instance of a map;
<cc2:gmapcontrol id=”GmapControl1″ longitude=”" latitude=”" runat=”server”>
you’ll be able to add as many gmapcontrols as you wish. Play around with the properties if you like. They add features like showing a marker on the center, adding the zoom/move controls,…
the control resides in namespace GMapsDriesHoebeke because i like my name to be on the internet.
Please feel free to comment on bugs etc.