SpatialGetClosestPointResponse type

Enthält Antwortdaten für den GetClosestPoint-Vorgang.

type SpatialGetClosestPointResponse = GetClosestPointResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GetClosestPointResponse,
  },
}