I have several polylines combined to a trail. I can catch the event of the user clicking on a polyline, but I can't get any information from code behind. When I create the polyilne, I set some information to GooglePolyline.Options.Description that I would like to show to the user when he/she click the polyline, but when the event rises in code behind, the field Description is empty.
Is there some what to show information on a polyline click? Maybe InfoWindows?