Click or drag to resize

GeoSearchResultItem Class

This is preliminary documentation and is subject to change.

An item in the GeoSearch result.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.GeneratorsGeoSearchResultItem

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
public sealed class GeoSearchResultItem

The GeoSearchResultItem type exposes the following members.

Properties
 NameDescription
Public propertyCoordinate Gets the coordinate of the object.
Public propertyDistance Distance of the object from the search location, in meters.
Public propertyIsPrimaryCoordinate Gets a value indicating whether the coordinate is the primary coordinate of the object.
Public propertyPage Gets the object's associated page stub.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also