Exporting maps -------------- Exporting to PNG ^^^^^^^^^^^^^^^^ You can save maps to PNG by clicking the `Download` button in the toolbar. This will download a static copy of the map. This feature suffers from some know issues: - there is no way to set the quality of the rendering at present, - you cannot export maps that contain a `Directions` layer (see `the issue `_ on Github for details). Exporting to HTML ^^^^^^^^^^^^^^^^^ You can export maps to HTML using the infrastructure provided by `ipywidgets`. For instance, let's export a simple map to HTML:: from ipywidgets.embed import embed_minimal_html import gmaps gmaps.configure(api_key="AI...") fig = gmaps.figure() embed_minimal_html('export.html', views=[fig]) This generates a file, ``export.html``, with two (or more) ``