configuration - 23.1

Spectrum Global Geocoding Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Geo Addressing > Global Geocoding
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Global Geocoding Guide
Copyright
2023
First publish date
2007
Last updated
2024-09-10
Published on
2024-09-10T01:25:02.872726

This set of build time properties defines the dataset's configuration. The properties are:

  • country – This property identifies the country to which the dataset applies. The value is a three-letter ISO country code in all capital letters. For example: AUT.
  • dataName – This property indicates the dataset's name. Possible values are AP and STREET in uppercase. AP represents address points. STREET represents street data.
  • dataProviderName – This property identifies the vendor that is the source of the data. Recommended not to change this property
  • dataReader – This property identifies the data reader. The value is Tab. Recommended not to change this property
  • dictionaryType – This property identifies the dataset type. Values is Street. Recommended not to change this property.
  • dataLanguage – This property indicates the language the dataset uses. The value is a two-letter abbreviation. For example: en. Recommended not to change this value.

Example

"Configuration": {
        "country": "AUT",
        "dataName": "STREET",
        "dataProviderName": "TA",
        "dataReader": "Tab",
        "dictionaryType": "Street",
        "dataLanguage": "en"
        }
Note: Both properties and values are in quotation marks.