I'm using the same javascript reference to use the directions service when maps api:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=MINHA_CHAVE"></script>
Therequestsmadetothemapsapiarebeingcountednormally.EachtimeIopenascreenthatloadsthemaps,thecounteringoogledeveloperconsoleisincrementedinstantly:
The problem is that the requests made to api directions (directionsService.route ()) are working normally but are not counted.
I imagine this might cause problems in the future if I exceed the limit and do not pay ... maybe the server will be blocked.
Obs. I have not yet activated billing.