indicate_inset_extent

InsetMaps.indicate_inset_extent(m, n=100, **kwargs)

Add a polygon to a map that indicates the extent of the inset-map.

Parameters:
  • m (eomaps.Maps) – The Maps-object that will be used to draw the marker. (e.g. the map on which the extent of the inset should be indicated)

  • n (int) – The number of points used to represent the polygon. The default is 100.

  • kwargs – additional keyword-arguments passed to m.add_marker (e.g. β€œfacecolor”, β€œedgecolor” etc.)