Click or drag to resize

NearestSearchResult Structure

Struct containing all relevant data needed for each result of a nearest search.

Namespace:  Ptv.XServer.Controls.Map.Gadgets
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public struct NearestSearchResult

The NearestSearchResult type exposes the following members.

Properties
  NameDescription
Public propertyDistance
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.
Public propertyId
Gets or sets the identifier of a resulting object.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also