Share via


SpatialGetPointInPolygonResponse type

getPointInPolygon 操作の応答データが含まれます。

type SpatialGetPointInPolygonResponse = GetPointInPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GetPointInPolygonResponse,
  },
}