Question

How can I find the nearest hospital/fire department or anything like that around a specific city/area?

If you go to maps.google.com, then you type "San Francisco", then type "hospital", you will see all the hospitals around San Francisco.

Can the same thing be applied using geocoder?

Thanks a bunch!

Additional Note: I'm trying to use the geocoder manually, instead of using the search bar. That way I can control the outcome of the search-results.

Was it helpful?

Solution

Use HTTP Geocoder with Viewport Biasing (see: ReverseGeocoding and Viewport Biasing) and filter the JSON result.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top