What is the source of the ‘type’ parameter in the Places API? Seems to be a mismatch between ‘type’ and ‘Category’ (in Maps/HotSpot). When a business defines itself via the Places website, it is able to include up to 5 values for ‘Categories’, but these categories are not the same as ‘types’ in the API. For example, “food” is a ‘type’ but not a ‘Category’. Are types derived from categories, or ????
The challenge is the api “type” isn’t the same as the “Category” that a business specifies in Places. For example, a business in places (maps.google.com) specified it’s ‘Category’ as “Food, Restaurant, Barbeque”, but that same business, when queried via the places.api shows "types" : [ "establishment" ]. As far as I can see, there is no way for the business to change its’ ‘type’ values to match its’ ‘Category’ values. The result is that this business only shows up in api queries where type=establishment, which is way too broad (everything is an “establishment”). It does not show up in queries where type=restaurant. Is there a way for us (or the business) to set type?
THANKS!
-dave