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.
Googleマップ上で、触れた2つのポイントの間に線を引きたい。たとえば、2つのポイントp0、p1に触れた場合、マップ上のこれら2つのポイントの間に線を引く必要があります。
次の手順に従います。
Overlay
ontouch()
onDraw()
Projection()
canvas.drawLine()
幸運を。