Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我触摸的两个点之间在谷歌地图上画一条线,例如,如果我触摸两个点 p0,p1,那么应该在地图上的这两个点之间画一条线
Follow this steps:
Overlay
ontouch()
onDraw()
Projection()
canvas.drawLine()
good luck.