Share via


SpatialGetPointInPolygonResponse type

Contém dados de resposta para a operação getPointInPolygon.

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