Modifying the policy location search API implementation
Generally, you do not need to modify the PolicyLocationSearchAPI web service. However, PolicyCenter provides the implementation in Gosu so that you can modify it if you want. For example, you might extend the PolicyLocation entity with custom fields that you want the web service to recognize.
The default implementation uses the Gosu class PolicyLocationBoundingBoxSearchCriteria to encapsulate the call to the bounding box search. Modify this class if you want to use custom fields as predicates for the query.
The default implementation
uses the Gosu class PolicyLocationInfo
to encapsulate the data that the web service returns. Modify this class
if you want to include custom fields in the set of information that you
return to callers of the web service. If you modify this informational
class with additional properties, you must make the same modifications
in the ClaimCenter version of PolicyLocationInfo.
