X - 2011-11-28 01:26:43
Hi
Can anyone tell me how / where I can modigy the code to make use of my API key and use it that way rather than as an anonymous user? It will let me track usuage that way. This is what I tried so far (without success). There is a line around line 47 that goes like this:
echo '<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>';
That, as far as I can tell, speaking as a Maps virgin, is the anonymous reference. So I substituted it with the format that 'Keys' references make which looks like this:
echo '<script type="text/javascript" src="http://maps.google.com/maps?file=api&key=MY-KEY-GOES-IN-HERE"></script>';
When I try that it doesn't work, nothing happens. Can anyone offer me some insigth into this and how to fix it?
Thanks for thinking about this!
Frank X