Udostępnij za pośrednictwem


SpatialPostClosestPointResponse type

Zawiera dane odpowiedzi dla operacji postClosestPoint.

type SpatialPostClosestPointResponse = PostClosestPointResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: PostClosestPointResponse,
  },
}