Is there a way in Flutter to put an icon on the polyline in MapView like in android native there is a "icon" property in Polyline object.
My requirement is to show the route between 2 place in flutter based application which i can easily achieve with the Google Map and Polyline api but in Polyline there is no option to put icon. I am also not able to find the all gps points which are making the polyline path either.
So please help me if there is a suitable way of achieving this functionality. Thanks in advance.
Is there a way in Flutter to put an icon on the polyline in MapView like in android native there is a "icon" property in Polyline object.
My requirement is to show the route between 2 place in flutter based application which i can easily achieve with the Google Map and Polyline api but in Polyline there is no option to put icon. I am also not able to find the all gps points which are making the polyline path either.
So please help me if there is a suitable way of achieving this functionality. Thanks in advance.