Amenities
The Amenities object allows you to return information about amenities located within cities
or MSA
. The current amenity categories are available:
- bar
- restaurant
- cafe
Available Fields
Fields | Description |
---|---|
NUM_AMENITIES Int! | The number of amenities of a certain type located within the geometry |
AMENITY_CATEGORY_TYPE String! | The category of the amenity, (i.e. bar , restaurant , cafe ) |
TOTAL_AREA_SQ_MILES Float! | Total area in square miles of the geometry (i.e. city , msa ). This allows for density based standardization when comparing across locations. |
PARCL_ID Int! | The unique PARCL_ID representing the geometry of analysis |
Updated 3 months ago