get_inset_position

InsetMaps.get_inset_position(precision=3)

Get the current inset position (and size).

Parameters:

precision (int, optional) – The precision of the returned position and size. The default is 3.

Returns:

(x, y, size) – The position and size of the inset-map.

Return type:

(float, float, float)