I implemented email sending for some alerts, but the Google reverse geofencing API consumption spiked. How can I make it so that emails don't require the query, but only send the longitude and latitude.
You can set geocoder.onRequest to false in the config.
geocoder.onRequest
false
Wouldn't this affect the viewing of other services, such as map location and reports?
I just want to remove the use of the email service API.
Yes, it will affect reports also.
I implemented email sending for some alerts, but the Google reverse geofencing API consumption spiked. How can I make it so that emails don't require the query, but only send the longitude and latitude.