[Missing <summary> documentation for "P:Veriplace.Client.Location.NearestPointOfInterest"]

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public PositionReference<PointOfInterest> NearestPointOfInterest { get; private set; }
Visual Basic (Declaration)
Public Property NearestPointOfInterest As PositionReference(Of PointOfInterest)
Visual C++
public:
property PositionReference<PointOfInterest^>^ NearestPointOfInterest {
	PositionReference<PointOfInterest^>^ get ();
	void set (PositionReference<PointOfInterest^>^ value);
}

See Also