Поделиться через


SpatialGetPointInPolygonResponse type

Содержит данные ответа для операции getPointInPolygon.

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