MapPress + Google Autocomplete issue
After including this line on my page to get both
MapPress + Google Autocomplete working:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
The browser returns this error message:
"You have included the Google Maps API multiple times on this page. This may cause unexpected errors."
This is a
functioning sample of autocomplete and a map:
http://jsbin.com/jofodivovu/1/edit
Could you please help implement this in Classipress + MapPress ?
I have tried many different things including this:
1. Modification of mappress.php at line #436:
OLD: <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
NEW: <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places"></script>
2. Removal of this line in my page:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/
js?libraries=places&sensor=false"></script>
But this does not solve the issue, either autocomplete does not work or I get the error message.