0

Am trying to implement the editable poly lines in the google native.

enter image description here

As per google map api doc no option there for android.

any other solutions or help for this problem ?

this answer only giving drag able marker but am looking for that adjustable dots you can find on below picture.

Kalidass
  • 424
  • 3
  • 18
  • 1
    What do you mean by Editable Poly lines? Can you please brief – Nikunj Peerbits Apr 03 '18 at 13:16
  • check this link https://www.daftlogic.com/projects-google-maps-area-calculator-tool.htm – Kalidass Apr 03 '18 at 13:33
  • @AndriiOmelchenko this answer only giving drag able marker but am looking for that adjustable dots you can find on above picture. – Kalidass Apr 03 '18 at 14:22
  • You can use dot image (or any custom image) as [marker image](https://stackoverflow.com/q/14811579/6950238). – Andrii Omelchenko Apr 03 '18 at 14:26
  • @AndriiOmelchenko check this link you will see the difference https://www.daftlogic.com/projects-google-maps-area-calculator-tool.htm – Kalidass Apr 03 '18 at 14:44
  • Some points (e.g. even) can have icon like marker "bubble" with white dot at bottom of it, some (e.g. odd) - as only white dots. There is totally same solution for your and that questions. Just try to implement it: format markers as you need ant put it on polyline points, then in `onMarkerDrag()` redraw red border polyline and in `onMarkerDragEnd()` redraw polygone fill. Do you want, that someone else do that for you? – Andrii Omelchenko Apr 03 '18 at 17:58

0 Answers0