Share via


SpatialGetClosestPointResponse type

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

type SpatialGetClosestPointResponse = GetClosestPointResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GetClosestPointResponse,
  },
}