SpatialGetGreatCircleDistanceResponse type

getGreatCircleDistance 操作の応答データを格納します。

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