Click or drag to resize

NearestSearchResultDistance Property

Gets or sets the distance of the object to the point from which the search is started. This field allows sorting multiple results according their (ascending) distance order.

Namespace:  Ptv.XServer.Controls.Map.Gadgets
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public double Distance { get; set; }

Property Value

Type: Double
Distance of the object to the search point.
See Also