【发布时间】:2017-06-06 12:43:49
【问题描述】:
我有开始和结束位置的坐标。我想计算到达终点所需的总时间。是否有任何谷歌地图静态 api,我将在其中传递起点和终点位置的坐标,作为回报,它将给出从起点到达终点所需的总时间?
google maps static api的一个例子是这样的:
https://maps.googleapis.com/maps/api/staticmap?zoom=13&size=600x300&maptype=roadmap&markers=color:red%7Clabel:C%7C<longitude>,<lat>?&key=<api key>
这将返回给定坐标的静态地图。
【问题讨论】:
-
看来你是对的@Pieter-JanBeeckman.. 非常感谢你????
标签: javascript google-maps google-static-maps