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; }
Public Property Distance As Double
Get
Set
public:
property double Distance {
double get ();
void set (double value);
}
member Distance : float with get, set
Property Value
Type:
Double Distance of the object to the search point.
See Also