 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Double
Remarks
See Also