Integrate us

  • Universal links

  • Create a route

Create a route

The app will try to create routes from designated waypoints. Waypoint can be the address of the place, location coordinates, or current-location string. You can put up to 5 waypoints.

 

URL scheme (open on a mobile phone)

https://hammerapp.com/app/route/{waypoint1}/{waypoint2}/..
  • {waypoint} can be coordinates separated by commas, e.g. 42.121212,-73.121212
  • {waypoint} can be the address of place, e.g. 3476 Aliquet. Ave Minot AZ 95302
  • {waypoint} can be current location, e.g. current-location

 

Example

// Current location example
https://hammerapp.com/app/route/current-location/243 New York Street

// Address of place and location coordinates
https://hammerapp.com/app/route/243 New York Street/42.121212,-73.121212