Geocode Placement

The following options allow optimizing geocoding placement when doing street-level geocoding:
  • Street offset - This value is used to prevent the geocode from being placed in the middle of the street. The street offset is also used to prevent addresses across the street from each other from being given the same point. The street offset units can be specified in either feet or meters.
  • Corner offset - This value is used to prevent addresses at street corners from being given the same geocode as the intersection. Defines the offset position of the geocoded point with respect to the corner. The corner offset units can be specified in either feet or meters.

The following table provides information on how to implement the street offset feature.

REST API Feature Implementation
Service: reverseGeocode
Request Type: POST
Object : Element preferences : streetOffset
Additional Information: streetOffsetUnits is used in conjunction with streetOffset.

For more details, see Reverse Geocode POST Request.

The following table provides information on how to implement the corner offset feature.

REST API Feature Implementation
Service: reverseGeocode
Request Type: POST
Object : Element preferences : cornerOffset
Additional Information: cornerOffsetUnits is used in conjunction with cornerOffset.

For more information, see Reverse Geocode POST Request.