Sdílet prostřednictvím


SpatialGetPointInPolygonResponse type

Obsahuje data odpovědi pro operaci getPointInPolygon.

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