次の方法で共有


GetMapImageOptions type

type GetMapImageOptions = Merge<
  RenderGetMapImageOptionalParams,
  { bbox?: GeoJSON.BBox, center?: GeoJSON.Position }
>