Maps.get_extent#
- Maps.get_extent(crs=None)#
Get the extent (x0, x1, y0, y1) of the map in the given coordinate system.
- Parameters:
crs (a crs identifier, optional) –
The coordinate-system in which the extent is evaluated.
if None, the extent is provided in epsg=4326 (e.g. lon/lat projection)
The default is None.
- Returns:
extent
- Return type:
The extent in the given crs (x0, x1, y0, y1).