Share via


SpatialPostPointInPolygonResponse type

postPointInPolygon işlemi için yanıt verilerini içerir.

type SpatialPostPointInPolygonResponse = PostPointInPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: PostPointInPolygonResponse,
  },
}