GetMapImageOptions type

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