Docs
  • 👋Welcome
    • Overview
    • Placekey Design
    • Placekey Types
  • API Overview
    • Authentication
    • Usage Limits
    • Error Codes
    • Supported Countries
  • Placekey API
    • Quick Start
    • Input Parameters
      • Minimum Inputs
      • Optional Parameters
    • Response
      • Optional Responses
    • Bulk API
    • Example Queries
    • Placekey Lineage File
  • Geocoder
    • Introduction
    • Usage Limit
    • Status Descriptions
    • Example
  • Join Data Product
    • Join Data
  • Libraries
    • Python
    • Javascript
  • Integrations
    • Google Sheets Add On
Powered by GitBook
On this page
  1. Geocoder

Status Descriptions

The Placekey geocoder status indicates the precision and method used to determine the location. The status will be returned with the latitude and longitude for each request will be returned in the location_type field. Below are the possible statuses:

  • ROOFTOP: The geocode is located within the polygon of the corresponding building at the address.

  • PARCEL: The geocode is located within 20 meters of the corresponding building at the address.

  • APPROXIMATE: The geocode is located at the address but is greater than 20 meters from a structure.

  • RANGE_INTERPOLATED: The geocode is inferred from surrounding addresses.

    • street_name + primary_number: The geocode takes the surrounding 30 addresses on the street with respect to city, state, region, etc.

PreviousUsage LimitNextExample

Last updated 10 months ago