How can my customers select a precise location pin?
Looking for instructions on how to fix or update the geolocation pin for a stop on a route? Read this instead.
EasyRoutes attempts to Geocode order addresses to geographic coordinates for planning deliveries. In some areas, or in cases where the input address may not be precise, the resulting map pin may be inaccurate. For these cases, EasyRoutes supports parsing coordinates directly from order attributes.
Several popular Shopify apps allow customers to select a map pin at checkout, and populate the result in the order attributes where it can be used by EasyRoutes.
Some options below that are compatible with our supported formats:
Please take a look in the Shopify App Store for more options.
Supported formats
Attribute Key | Attribute Value | Example |
---|---|---|
"Latitude/Longitude" | "{latitude},{longitude}" | {"name": "Latitude/Longitude", "value": "43.4547669,-80.4934466"} |
"latitude" "longitude" (separate attributes) |
"{latitude}" "{longitude}" |
{"name": "latitude", "value": "43.4547669"} {"name": "longitude", "value": "-80.4934466"} |
We currently support a limited number of formats. Please contact us if your app's format is not listed.