What steps will reproduce the problem?
1. Geocode an address that you know has gltRooftop geocoding quality.
2. Query the LocationType of the GeoResult.
3. It is always gltNothing.
The reason for this behaviour is that the function "StrToGeocoderLocationType"
compares the String "GeocoderLocationType" to the (uppercase) strings
"Approximate", "Geometric_Center", "Range_Interpolated" and so on. But Google
does provide the LocationType as "gltApproximate", "gltGeometric_Center",
"gltRange_Interpolated" etc. (see also the KML output of the result). So it's
simply about adding the prefix "GLT" to the strings.
Original issue reported on code.google.com by ma...@chronicles-music.com on 27 Oct 2014 at 9:10
Original issue reported on code.google.com by
ma...@chronicles-music.com
on 27 Oct 2014 at 9:10