Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi everybody,
i added places library to my google map script tag.
when i use it like:

HTML
<script type="text/javascript"  src="https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places"></script>


every thing work fine but requests doesn't increase in my console "Traffic Reports for API"

so i trying to add my key into the tag like:
HTML
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places&key=mykey"></script>


but it broke the part of my script which need places library.
what is wrong?
Posted
Comments
Christ_88 21-Nov-12 17:42pm    
Any idea?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900