positionstack · Arazzo Workflow
positionstack Geocode Roundtrip
Version 1.0.0
Forward geocode an address, then reverse geocode the resulting coordinates to verify the match.
View Spec
View on GitHub
GeocodingReverse GeocodingMapsLocationAddress ValidationapilayerPublic APIsArazzoWorkflows
Provider
Workflows
geocode-roundtrip
Forward geocode an address and reverse geocode the coordinates it returns.
Resolves a free-form address string to coordinates with forward geocoding, captures the best match's latitude and longitude, and then reverse geocodes those coordinates to obtain the canonical address label for verification.
1
forwardLookup
forwardGeocode
Forward geocode the supplied address string and capture the best result's coordinates, confidence, and formatted label.
2
reverseVerify
reverseGeocode
Reverse geocode the latitude/longitude returned by the forward lookup to retrieve the canonical address label for comparison with the original input.