amosproj / amos2021ws01-geo-data-search

Natural language and buzzword search on routing and places
MIT License
3 stars 1 forks source link

#235-#236 : KML generator for Elevation and Route #250

Closed NumanFidan closed 2 years ago

NumanFidan commented 2 years ago

Used this code to decode the polyLine, it is licensed under MIT open source HERE->

I created a general KML abstract class and inherited it to create KMLPlaceMark for Elevation and KMLRoute for routing

I used this site to proof the KML file: KML Viever

I will write some comments to the code today, feel free to review it even before that.