如果我有正确的lat / lng坐标,我有代码来获取静态图像,并且它工作得很好。
问题在于:我可以从标准的Google地图网址中提取lat / lng坐标,但缩短的网址给我带来了麻烦。我通过打开连接并在重定向后而不是来扩展它们。并非所有这些网址都扩展为 stnadard 链接:
(Usable) https://goo.gl/maps/4Ue1R --> https://www.google.com/maps/place/Bellevue+Community+Church/@43.4662922,-114.2590065,19z/data=!4m2!3m1!1s0x0:0xd7d737a6e26a8d04
(No good) https://goo.gl/maps/jRPuF --> http://maps.google.com/?q=5490+Eglinton+St%2C+Burnaby%2C+BC+V5G&ftid=0x5486770474ff56c9:0x3bcaac9810a24a76&hl=en&gl=us
(No good) https://goo.gl/maps/73TvZ --> http://maps.google.com/?cid=13432210929990533252&hl=en&gl=us
现在我想知道是否有办法将网址提供给静态地图api并获取静态图像?