Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
Add tooltip / label to locations on IgbGeographicMap
posted

Hi, I intend to use an IgbGeographicMap to display a series of GPS location, I also want the timestamp displayed as a tooltip or label.

If this is possible, how do I do this? Code for displaying the locations currently is below, IgbGeographicSymbolSeries is used

<IgbGeographicSymbolSeries DataSource="GPSData" MarkerType="IgniteUI.Blazor.Controls.MarkerType.Circle"
LatitudeMemberPath="Lat" LongitudeMemberPath="Lon"
MarkerBrush="White" MarkerOutline="blue" ShowDefaultTooltip="true"
Thickness="1">
</IgbGeographicSymbolSeries>