Greetings and good afternoon.
I am in the development of a project that through Google's geocoding service we locate the person and give him different actions (depending on the city where you are), however. a few hours after having turned on the server this exceeded the limit of couta request per day.
// a traves de un pequeño hilo pido cada x millis la ubicacion con esta api:
https://maps.googleapis.com/maps/api/geocode/json?latlng=numlat,numlong&key=mikey
However, as I said before, after a few hours the server goes over the quota limit.
My wish is to be able to save the geofence that google has (which usually appears when you put in googlemaps the name of your city)
then with my own resource (my server) and know if it is inside or not. but I still can not find how to "save" it in my database.
this would help me to optimize queries after having the geofence entered in my database would be consulted first before google, thus achieving the decrease of querys to google.
Thank you very much for the support :) greetings and good energy.