| GeoSearchResultItemDistance Property |
This is preliminary documentation and is subject to change.
Distance of the object from the search location, in meters.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public double Distance { get; }
Public ReadOnly Property Distance As Double
Get
Dim instance As GeoSearchResultItem
Dim value As Double
value = instance.Distance
public:
property double Distance {
double get ();
}
member Distance : float with get
Property Value
DoubleRemarks See Also