On Jan 30, 1:02 pm, Astartea <[email protected]> wrote: > Hello, > I'm thinking of add a map to my website, but one of the most important > things I'll like to add is the possibility of printing the map. I > haven't seen anything in this documentation about it, so I've started > thinking that it's not possible. is there any function or something? > otherway I don't know how to do it.
This is a *browser* function, not an API function. You print the browser page: use window.print() You can format the output using print-only style sheets. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
