I am trying to follow this page:
http://melandri.net/2009/07/03/get-location-coordinates-using-google-maps/
but GClientGeocoder () is undefined - an error has occurred.
I already find google maps api on my page:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=<%=System.Web.Configuration.WebConfigurationManager.AppSettings["myGoogleKey"]%>&sensor=false"></script>
How to resolve my mistake?
This is how I succesfuly use the API:
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
source share