configuration

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.
  • engine – This property indicates which type of user data will be created using this JSON file. Recommended not to change this property.

Example

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