I am working on an application in which i need the stores from where a person is standing, i started using Google Places but places marked in my city are all in the wrong “type” in the google database, e.g. There is a restaurant nearby by the name “XYZ” and its now showing under restaurants but in some “establishment” type… Is there a way i can fix these types ??
Share
All places are categorized under the type
establishmentuntil Google has enough metadata about a place to categorize it under more specific place types likebar,cafeandrestaurant.A work around that may find more results is to use the
keywordparameter in your request with something like ‘restaurant’ as the value.e.g.
As per the documentation:
The
keywordparameter is matched against all available fields, including but not limited to name, type, and address, as well as customer reviews and other third-party content.You can also update the business listing information to include the correct type by following the instructions here.