I developed a Windows Store application with Bing Maps. I have to add polylines from kml file to the map but only the polylines that are inside a specific radius from my position.
Now I use the library SharpKml to parse the files and add all the polylines.
How can I add only some lines?
Thanks!