add_extent_indicator

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

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

Parameters:
  • m (eomaps.Maps or None) – 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) If None, the parent Maps-object that was used to create the inset-map is used. The default is None.

  • 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.)