Google Autocomplete api and map API throwing error in console not loading either

Viewed 19

Im trying to get my Google map API to work, i have an auto complete callback and a map callback but when i try to launch through chrome it throws this error Failed to load resource: net::ERR_FILE_NOT_FOUND. Its showing the API callback function as the error but i cant figure out why im pretty sure the callback is correct.

<script async defer src='//maps.googleapis.com/maps/api/js?key=<mykey>=initMap&libraries=places'></script>

1 Answers

I resolved the issue simple syntax error at start of API link

Related