Hi @Ethan
I use a InMemoryFeatureLayer to show some point,These points have different sizes.I want to display the message when the mouse moves to the point. How can do that ?
i use this API to do Collection<Feature> dotNearestFeatures = dotLayer.QueryTools.GetFeaturesNearestTo(worldLoction, mapControl.MapUnit, 1, dotColumnNameLayer, 100000, DistanceUnit.Meter);
but the 100000 parameter is not determined, So the results are not accurate.
Regards.
ZhangMing