Just like how we support resolution by external ID (like isoCode) using ExternalIdResolver, we would like to support resolution by:
name property, using FindEntities recon API
latitude / longitude property pair, using coordinate recon API
This is so that datasets that identify a location by only name or its lat/lng can be transparently resolved without the user needing to do anything special.
For name recon it is important to carefully propagate resolution failures though!
Just like how we support resolution by external ID (like isoCode) using ExternalIdResolver, we would like to support resolution by:
nameproperty, using FindEntities recon APIlatitude/longitudeproperty pair, using coordinate recon APIThis is so that datasets that identify a location by only name or its lat/lng can be transparently resolved without the user needing to do anything special.
For
namerecon it is important to carefully propagate resolution failures though!