I am looking for a method to efficiently print Google maps that have been implemented on a site using the google maps api v3.
I have seen some people using just the
Please note, if you're also using Bootstrap it will break map printing for you. Add this code:
@media print { img { max-width: auto !important; } }
See Twitter Bootstrap CSS affecting Google Maps.