How Can I Draw Arc Polyline in Google Map ?
I already used this code to create curved Polyline.
Here is the method
There is another way to draw an arc. Using the google maps projection API to draw the polylines on an overlay view enables us to do a lot of things. Check this repo that has an example.