GetPointInPolygonResponse type

type GetPointInPolygonResponse = Response<
  PostPointInPolygonResponse,
  Models.SpatialPostPointInPolygonResponse,
  PointInPolygonGeojson
>