GET
/
v1
/
geo
/
distance

Query

lat1
string
required

The latitude of the first point.

lat2
string
required

The latitude of the second point.

lng1
string
required

The longitude of the first point.

lng2
string
required

The longitude of the second point.

unit
string
default: "K"

The unit of measurement to use. Possible values are:

  • K - Kilometers
  • N - Nautical Miles
x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.