Map-match a GPX track using GraphHopper's Map Matching API. This tool takes GPS track points in GPX format and snaps them to the digital road network. It's useful for: - Cleaning noisy GPS data by aligning points to actual roads - Getting accurate route distances and travel time…
localestringLocale for turn instructions. Examples: 'en' (English), 'de' (German), 'pt_PT' (Portuguese), 'fr' (French).
profilestringRouting profile for map matching. Determines which road network and speed attributes are used. Common values: 'car' (default), 'foot', 'bike', 'motorcycle'.
elevationbooleanIf true, include altitude (elevation) as a third coordinate in the response geometry.
gpx_contentRequiredstringGPX XML content containing GPS track points. Must be valid GPX format with at least one track segment (<trkseg>) containing track points (<trkpt> with lat/lon attributes).
points_encodedbooleanIf true (default), coordinates are encoded using Google's polyline algorithm. Set to false for plain GeoJSON-style coordinates.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.