Clears the data buffer in the internal data structures.
Syntax
GsFunStat GsClear(GsId gs);
Arguments
GsIdgs ID returned by GsInitWithProps() for the current instance of GeoStan. Input.
Return Values
GS_SUCCESS
GS_ERROR
Notes
Before each find function, call GsClear() to reset the internal buffers to null. If you do not reset the buffers, you may receive incorrect results with information from a previous find. This call clears only address element and location information about the previously processed address and does not affect distance or centroid match type.