LocationSearchCriteria

Uses the Component:LocationSearchCriteriaType

Search criteria used to locate the position of a place or item based on location.

Fields and Components

Table 6.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
ProximityMeasureGroup

The ProximityMeasure component is used to identify the measure of relative distance and how that distance is being measured, i.e., driving distance, direct distance, etc.

0..1ComponentProximityMeasureGroupType 
StartingSearchAddress

The Starting Address on which the location search will be based.

0..1ComponentSearchAddressABIEType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.7. LocationSearchCriteria

<LocationSearchCriteria>
     <ProximityMeasureGroup>......</ProximityMeasureGroup>     [0..1]
     <StartingSearchAddress>......</StartingSearchAddress>     [0..1]
</LocationSearchCriteria>