How to print Google Map markers

前端 未结 5 1993
心在旅途
心在旅途 2021-01-19 06:19

I am using Google Map Version 3 API to add markers on Google Map.

The problem is that, markers show up on browsers.
but when users print the

5条回答
  •  隐瞒了意图╮
    2021-01-19 06:40

    Please find the link given below:

    https://gist.github.com/jawsthegame/6801698

    Using this you will be able to print Google Map along with custom markers.

    You only need to make a change at line number 17. Replace container.clone(); with $(container).clone();

提交回复
热议问题