标签: jquery google-maps google-polyline
我使用google maps api vs3。我有绘图管理器,当我在折线上的某个地方点击时,我得到了折线的长度和坐标。see screenshot。 我用代码
google.maps.geometry.spherical.computeLength(polyline).getPath()
我需要计算从开始折线到路径到鼠标点击的长度。有可能吗?