Google static map API getting 403 forbidden when loading from img tag

后端 未结 11 921
执念已碎
执念已碎 2021-01-03 21:15

What I have is a Google map that shows the location of a property but when I come to print the dynamic maps dont print so good so I decided to implement the Google Static Ma

11条回答
  •  盖世英雄少女心
    2021-01-03 21:30

    now you should use 'signature' parameter, which you should add to request - otherwise static maps won't work. here is few useful links

    1) how to generate signature

    2) how to make signature on BE side (code snippet)

提交回复
热议问题