The Geocoder process provides latitude and longitude details, when available, for most countries supported by TS Quality. The table given below lists the Geocoder attributes.
Attribute Name |
Length |
Description |
---|---|---|
gl_accuracy |
1 |
The level of accuracy of the latitude/longitude information (5 = rooftop, 4 = street, 3 = postcode, 2 = city, 1 = region). |
gl_match_flag |
1 |
Indicates whether or not there was a hit (Yes or blank, where yes means that lat/long value was found). |
gl_latitude |
9 |
The latitude is a value between –90v000000 and +90v000000. The “v” represents an assumed decimal point. The attribute is zero-filled. For example, -1.000 is filled to -01.000000. |
gl_longitude |
10 |
The longitude is a value between –180v000000 and +180v000000. The “v” represents an assumed decimal point. The attribute is zero-filled. For example, -1.000 is filled to -001.000000. |