πŸͺPOI Attributes

Information on single-tenant and multi-tenant locations, attributes, lat-long, and unique identifiers necessary to pair with your schema.

POI Attributes

Attribute
Description
Type
Example

id

Unique POI UUID

String

001dd142-4627-4bcf-be8a-b048eb11ed29

parent_poi_id

Unique POI parent UUID. Nullable

String

00cb3342-974b-4e40-8976-ccdfdc0a5ce9

brand_id

Unique ID of the brand the POI is part of. Nullable

String

00aa90d9-efa3-4cda-aa32-fb37e4e915d8

name

Store name

String

Five Below

street_address

Street address of the POI

String

169 Danbury Rd

postal_code

Postal code of the POI

String

06776

city

City of the POI

String

New Milford

state

State/Region of the POI

String

CT

latitude

Latitude coordinate

Float

41.549152

longitude

Longitude coordinate

Float

-73.41675

naics_code

NAICS classification

String

452319

area_sq_foot

Store size in square feet

Float

4047.23

category

Industry category

Float

General Merchandise Stores

estimated_closed_date

Likely closure date, if inferred

Date

2024-01-01

accessibility

Accessibility features the POI may have

String Array

[Parking]

activities

String Array

[Dancing, Pool]

amenities

String Array

[WiFi]

has_parking

If the POI has parking

Boolean

TRUE

has_drive_thru

If the POI has drive thru

Boolean

FALSE

Last updated