2

I want to draw path on map from source to destination as dotted Form.I have draw path as line .but requirement is dotted form.

1 Answers1

1

https://developers.google.com/maps/documentation/javascript/examples/overlay-symbol-dashed

It's called a dashed line instead of dotted

Edit: if you insist on round symbols as "dotted path" (if you google "dotted line" you will get dashed lines as well so it was confusing) I sugged you use the round symbol google.maps.SymbolPath.CIRCLE and fill it

online Thomas
  • 8,864
  • 6
  • 44
  • 85