Geocoding Options
These options control how AssignGeoTaxInfoPlus determines the latitude and longitude coordinates of the input address.
Parameter |
Description |
---|---|
Option.LatLongFormat |
Indicates the desired format for the returned latitude/longitude. One of the following:
|
Option.LatLongOffset |
Indicates the offset distance in feet from the street center line. The offset distance is used in street-level geocoding to prevent the geocode from being in the middle of a street. It compensates for the fact that street-level geocoding returns a latitude and longitude point in the center of the street where the address is located. Since the building represented by an address is not on the street itself, you do not want the geocode for an address to be a point on the street. Instead, you want the geocode to represent the location of the building which sits next to the street. For example, an offset of 40 feet means that the geocode will represent a point 40 feet back from the center of the street. The distance is calculated perpendicular to the portion of the street segment for the address. Offset is also used to prevent addresses across the street from each other from being given the same point. The diagram below shows an offset point in relation to the original point.
|
Option.Squeeze |
Specifies if the street end points should be "squeezed" when determining the geocode of an address in street-level matching. When Option.Squeeze is enabled, both street and end points are moved closer to the center of the segment by 50 feet. The diagram below compares the end points of a street segment to the squeezed end points of a street segment.
|