I created a fun game for the kids in my Scout troop to play while we're stuck at home during lockdown (www.riddlesdenscouts.org.uk/monsters).
I'm noticing charges on my bill for contact and atmosphere data from my local search, even though I only requested the geometry.location field. Any advice on how to fix this issue? Thank you!
const request = {
location: {lat: lat, lng: lon},
radius: 1500,
fields: ["geometry.location"],
type:"point_of_interest",
};
service = new google.maps.places.PlacesService(map);
service.nearbySearch(request, (results, status) => {