Schema

All the addresses are returned in standard GeoJSON feature object. Each address has its own feature objects with few additional fields.

Response Object:

POI Property Object: Each POI Object encompasses intricate details such as entrances, parkings, delivery options, and other descriptors, with a payload offering variable instructions for each.

Building Object: Building Object provides comprehensive details, including height, area, length and floor for a specified point of interest

Feature Collection Object: This object encompasses multiple points of interest, providing a comprehensive representation of various features within the system. These contains GeoJson Collection Feature Object with features as points objects. Feature collection object is array of features.

Feature Object Details:

This represents a feature object that is presented as an array within Feature Collection objects.

Delivery Object:

This specifies the delivery instructions and details on where to deliver.

Waypoint Object:

It provides information and coordinates for a specific point inside the building. Generally helps in indoor navigation to that points. This is also feature collection object.

The following represents a feature object that is presented as an array within Feature Collection objects.

Waypoint Property Object:

Waypoints Kind Descriptions:

Here is the sample json with all the data.

Last updated