judero01col / GMap.NET

GMap.NET Windows Forms & Presentation is an excellent open source, powerful, free and cross-platform .NET control. Allows the use of routing, geocoding, directions and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac, Yendux, Mapy.cz, Maps.lt, iKarte.lv, NearMap, HereMap, CloudMade, WikiMapia, MapQuest and many more.
Other
440 stars 197 forks source link

feat: add Id to PointLatLng type #197

Open alex-valchuk opened 8 months ago

alex-valchuk commented 8 months ago

This is required to distinguish one point from another when they share the same location: required in 3d routes. Without the unique identifier such methods as IndexOf and LastIndexOf return improper indices of the route points with same locations.