Type |
Boolean |
Description |
Specifies that GeoStan can match to intersections. You can use GS_FIND_NEAREST_INTERSECTION and GS_FIND_NEAREST_ADDRESS together to specify reverse geocoding to both addresses and intersections. For reverse geocoding, you need to set the reverse geocoding processing find properties: GS_FIND_NEAREST_INTERSECTION, GS_FIND_NEAREST_ADDRESS, and/or GS_FIND_NEAREST_UNRANGED. The address processing and multi-line address processing options are not valid for reverse geocoding. |
Category |
GeoStanReverse |
Usage with other properties in other categories. |
Compatible with: Reverse and Any. Conflicts with: GeoStanFindFirstStreet, Custom, AnyForward |
Usable match modes |
Reverse geocoding doesn't use match modes - valid for all match modes. |
Values |
True or False |
Default value |
False |
Relation to deprecated feature |
Overrides GS_NEAREST_INTERSECTION. |