Tag Archive: javascript

Oct
27

Allowing Users To Add Markers On Maps With Google Maps Api

I have been working with Google Maps API to develop various things, so when a friends band asked for some help with an idea that involved allowinging visitors to their site to place markers on a map, I came up with this code: <script type=”text/javascript”> //<![CDATA[ var map = new GMap(document.getElementById(“map”)); map.centerAndZoom(new GPoint(10.107421875,49.89463439573421), 14); map.addControl(new …

Continue reading »