A
A
Alexander2018-10-26 22:07:05
API
Alexander, 2018-10-26 22:07:05

Why is the googlemaps api not working?

Everything works
here. When I connect to my server, it requires a key.
How should I connect it so that it would work normally?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shmatuan, 2018-10-26
@AleksandrB

Manual here
https://developers.google.com/maps/documentation/j... The
key is here (YOUR_API_KEY in the script below)
https://console.cloud.google.com/google/maps-apis/...

<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
    async defer></script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question