addressOptional input:
const__desc_ping
When Ping.Extraction fetches this data on your behalf, the Ping JSON format
makes these payloads available under the
external_data[PG] key of each building.| Data Element | Description |
|---|---|
| confidence | Confidence score indicating the reliability of the returned data for the given location. number Values: 0-100 |
| street_number | Street number component of the address. text e.g. 123 |
| route | Street name or route component of the address. text e.g. Main St |
| location_type | Indicates how precisely the coordinates represent the actual address (e.g., ‘ROOFTOP’) text e.g. ROOFTOP ValuesROOFTOP, INTERPOLATED, GEOMETRIC_CENTER, APPROXIMATE |
| latitude | Latitude of the location. number e.g. 25.7743 |
| longitude | Longitude of the location. number e.g. -80.1937 |
| formatted_address | Human-readable full address (e.g., ‘123 Main St, Miami, FL 33133’). text e.g. 123 Main St, Miami, FL 33133 |
| address_line_1 | Primary street address line of the location (e.g., ‘123 Main St’). text e.g. 123 Main St |
| address_line_2 | Secondary address information of the location (e.g., Apt. 33) text e.g. Apt. 33 |
| city | City where the property is located (e.g., ‘Miami’). text e.g. Miami |
| postal_code | Postal code (e.g., ZIP code in the US). text e.g. 33133 |
| county | County or equivalent region for the location (e.g., ‘Miami-Dade’). text e.g. Miami-Dade |
| state | State abbreviation (e.g., ‘MA’). text e.g. MA |
| country | Country where the property is located (e.g., ‘US’). text e.g. US |
| precision | Precision score of the geocoding. number e.g. 95 Values: 0-100 |
| state_name | Full state name. text e.g. Florida |
| state_code | Alternate field for state abbreviation. text e.g. FL |
| country_subdivision_name | Full name of the state/province (e.g., ‘Florida’). text e.g. Florida |
| country_subdivision_code | Abbreviated code for the state/province (e.g., ‘FL’). text e.g. FL |
| source_desc | Source system that provided the geocoded data. text e.g. LBG |
| consulted_datasources | List of data source codes used to generate the address result. list[text] e.g. ["LBG", "GG", "EG"] |
| version | Data source version identifier (e.g., ‘2.1’). text e.g. 2.1 |
| candidate_countries | list[text] |
| match_level | Level of detail matched in the address (e.g., ‘street_imputed’). text e.g. street_imputed Valuespoint, street_imputed, route, postal_code, city, county, country_subdivision_name, country |
Deprecated. DEPRECATED: no longer populated. Always an empty string. text | |
| match_confidence | Confidence level of the address match (e.g., ‘0.57’). number e.g. 0.57 Values: 0.0-1.0 |
| constructed_address | The fully assembled address string built from the individual address components. text e.g. 123 Main St, Miami, FL 33133 |
| used_point_coordinates_from_input | Whether the geocoding result used latitude/longitude coordinates provided in the input rather than geocoding from an address. boolean e.g. false Values: True, False |