How can I use the Google Maps API to search for landmarks near a specific location?

I want to be able to use the Google Maps API to provide me with a list of nearby landmarks from a specific location. Consider a situation where I give latitude and longitude to the Maps API, and instead give a list of landmarks (collecting latitude and longitude coordinates). Is this possible with the Maps API?

+3


source to share


1 answer


It depends on what you mean by banner, but the Google Search Search API is similar to what you are asking for. In each request, you need to pass in the location, the maximum distance from the location you want to get from, and, if necessary, the type of place (s) you want to find. The list of supported seat types is here.



If you go through this list and decide which ones you consider to be a guideline, you can only search for those by splitting the types with the pipe character in the search bar. for example (Type1 | type2 | etc.)

+7


source







All Articles