I couldn't able to show up the route directions between my markers on static map.
I have run through This and This and finalize my URL as below:
https://maps.googleapis.com/maps/api/staticmap?center=41.0933217,29.0924325&size=357x632&markers=color:red%7Clabel:1%7C41.0933217,29.0924325&markers=color:red%7Clabel:2%7C41.0928494,29.0964868&path=color:0xff0000ff|enc:ezxyFs_rpDyC[s@WI?UDa@l@YP{@PUD@JAb@Xd@DHGNKf@EX@JCRSHOFQCIVMTRJD^@FLCRlBPzBPDrAb@z@\\LBAHGlAMbC?`@?a@Du@N{C@IMC{@]sAc@QEQ{BSmBMBAGE_@SKVm@PBNGRIBSAS@IH]La@_@o@?o@dASXKVUTa@NEH?PBf@Rh@dALb@B`@&key=[KEY]
On the image, only markers could be seen. I have also checked my encoded polyline through Here. I copy and paste my polyline (which I get from https://maps.googleapis.com/maps/api/directions) on "Encoded Polyline" section on that page, and it successfully creates directions.
I can't figure out what I am missing.
Thank you in advance!