I need connect point. I used GeographicSymbolSeries in VB NET . Can you help me, please?
My code:
Dim series As New GeographicSymbolSeries() series.LongitudeMemberPath = "X" series.LatitudeMemberPath = "Y" Dim geoLocations As New List(Of Point) geoLocations.Add(New Point() With {.X = -10.5848951, .Y = 3.32236253}) geoLocations.Add(New Point() With {.X = -10.5850726, .Y = 3.32231032})
series.DataSource = geoLocations UltraGeographicMap1.Series.Add(series)
Hello Andrea,
Thank you for posting. For connecting the points/reads instead of GeographicSymbolSeries use GeographicPolylineSeries .
Here you find the code snippet in vb : https://www.infragistics.com/help/winforms/geographicmap-using-geographic-polyline-series
I also attached a complete sample for your reference please let me know if you need further assistance.
Sincerely,
Divya Jain
Associate Software Developer
XamGeographicMapSample.zip