2
I’m using the same javascript reference both to use the Directions service and the maps api:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=MINHA_CHAVE"></script>
Requests made to the maps api are being accounted for normally. Each time I open a screen that loads the maps, the counter in google console is incremented instantly:
The problem is that the requests made to the Directions api (directionsService.route()) are working normally but are not accounted for.
I imagine this could cause problems in the future if I exceed the limit and do not pay... maybe the server is blocked.
Note. I haven’t activated Billing yet.