carbon
6 hours agoNew Contributor II
Dashboard MAP - Grouping Pinpoints
Hi, wondering if there's any way to group all the coordinates pin point on a map. Similar to this:
I'm running a Dashboard Dataset Rule and using a Map Component within workspaces.
The issue is that the location text gets jumbled when zoomed out:
This is the excerpt of the code, but mainly lets it pinpoint the location on the map
Dim pin As New XFMapPinPoint(LCLat, LCLong, MemberInfo.Member.Description, XFIMageFileSourceType.ClientImage, "StatusBlueBall", 0, 0, MemberInfo.Member.Name, XFImageFileSourceType.ClientImage, "StatusGreenCheckMark")
'MemberInfo.Member.Name
'MemberInfo.Member.Description
collection.AddPinPoint(pin)
End If
Next
Return Collection.CreateDataSet(si)
End If
Thank you!
Carbon