Name | Type | Description |
---|---|---|
id | Integer | Referred to as category_id elsewhere. |
name | String | The name (Gas, Food, etc) of the Category |
background_color | String | The background color for rendering the category's icon. See |
image_prefix | String | The string component needed to determine the correct image asset for overlaying on top of the square background colored by background_color .For the "Gas" Category, its background_color is a shade of blue, and its image_prefix is "Gas", which is the prefix of the image of the gas station pump. |
Possible Categories
ID | Name |
---|---|
1 | Fuel |
2 | Food |
3 | Lodging |
4 | Attractions |
5 | Camping |
6 | Hospital |
7 | Other |
8 | Promotion |