positionstack · Arazzo Workflow
positionstack Geocode with Confidence Branch
Version 1.0.0
Forward geocode an address and branch on the match confidence to either enrich or re-verify the result.
View Spec
View on GitHub
GeocodingReverse GeocodingMapsLocationAddress ValidationapilayerPublic APIsArazzoWorkflows
Provider
Workflows
geocode-confidence-branch
Forward geocode then branch on confidence to enrich a strong match or re-verify a weak one.
Forward geocodes the supplied address, inspects the best match's confidence score, and routes high-confidence matches to a module-enriched lookup while routing low-confidence matches to a reverse-geocode verification of the returned coordinates.
1
forwardLookup
forwardGeocode
Forward geocode the supplied address and capture the best match's coordinates, confidence, and label.
2
enrichMatch
forwardGeocode
Re-run forward geocoding for the confident match with the country and timezone modules enabled to build a richer place profile.
3
reverseConfirm
reverseGeocode
Reverse geocode the coordinates from the weak forward match to confirm the address positionstack actually resolved to those coordinates.