I've been working on integrating the Google Maps Place Search API to find nearby mosques. Everything is functioning smoothly, but I've encountered a problem when I increase the radius parameter. Some results are missing compared to the previous setting.
For instance, this query will display all results within a 1000-meter radius:
However, when I change the radius to 5000 meters, certain results are no longer included.
One of the missing JSON results is:
{
"geometry":{
"location":{
"lat":11.1615313,
"lng":75.823492
},
"viewport":{
"northeast":{
"lat":11.1628802802915,
"lng":75.82484098029151
},
"southwest":{
"lat":11.1601823197085,
"lng":75.82214301970851
}
}
},
"icon":"https://maps.gstatic.com/mapfiles/place_api/icons/worship_islam-71.png",
"id":"f556b20398feffe38b024b377bbb0edf872d5a6b",
"name":"Palakkal Masjid Karuvan Thiruthy",
"place_id":"ChIJcTPuurhQpjsR-kwaw-HG8ls",
"reference":"CmRRAAAAjqQfOZA-J003xYiT07aK2fEiens0Stkss2JDVGaKb6kjfMVRVYXg_muLS1l6R2jsFZTN-zsG17wfnSX1ViRie_GgPn0G0oLpIDl2gcrDRXmQ9I-VlUwQ1w7Cth4i5IRQEhBmKNgiAzVFtT0pPf7Q6SgWGhRUjSgdih5wLI4VynVgv0GdjNikqw",
"scope":"GOOGLE",
"types":[
"mosque",
"place_of_worship",
"point_of_interest",
"establishment"
],
"vicinity":"Karuvanthiruthy"
},