如何获取在两个标记之间绘制的折线的坐标列表(Lat,Long)
How to get the list of coordinates (Lat, Long) of a poly-line drawn between drawn between two markers
实际上我需要一个坐标列表,在picture中详细提到
当绘制一个PloyLine
时保存在一个全局变量中,如果有多个PolyLines
保存在一个列表中。在 PolyLine
变量上使用方法 polyline.getPoints()
它会给你 List<LatLng>
编辑: 如果你想要多个点,只需找到两点之间的中心点检查 midpoint between two latitude and longitude
实际上我需要一个坐标列表,在picture中详细提到
当绘制一个PloyLine
时保存在一个全局变量中,如果有多个PolyLines
保存在一个列表中。在 PolyLine
变量上使用方法 polyline.getPoints()
它会给你 List<LatLng>
编辑: 如果你想要多个点,只需找到两点之间的中心点检查 midpoint between two latitude and longitude