Lightweight summary of an existing RecordGeoCode row, used by bulk lookup to eliminate per-record SQL queries during batch geocoding.
The map is keyed by RecordID|LocationType for O(1) lookup.
RecordID|LocationType
Lightweight summary of an existing RecordGeoCode row, used by bulk lookup to eliminate per-record SQL queries during batch geocoding.
The map is keyed by
RecordID|LocationTypefor O(1) lookup.