0

I am using Google Maps iOS SDK. When I draw a GMSPolyline in map, it does not look smooth. How can I make a smoother GMSPolyline or a smoother line between two coordinates?

Ram Suthar
  • 356
  • 2
  • 9

1 Answers1

0

I found the solution. I was using 1px stroke-width of line. Instead now I am using 4px stroke-width and its smoother.

Ram Suthar
  • 356
  • 2
  • 9