SpatialGetGreatCircleDistanceResponse type

Contains response data for the getGreatCircleDistance operation.

type SpatialGetGreatCircleDistanceResponse = GreatCircleDistanceResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GreatCircleDistanceResponse,
  },
}