I want to print google maps when user clicks on the print button. I'm using the window.print()
to print the page. From a research that I did most of the examples are doing a snapshot of the map and printing only the map on another page. As you can see in the image that I have attached, it shows the Google logo a pin but not the map. I added display:block !important
but still is not showing the map on print. Does anyone knows how I can print the map including other details.
Thank you