 | GeoSearchResultItemCoordinate Property |
This is preliminary documentation and is subject to change.
Gets the coordinate of the object.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic GeoCoordinate Coordinate { get; }Public ReadOnly Property Coordinate As GeoCoordinate
Get
Dim instance As GeoSearchResultItem
Dim value As GeoCoordinate
value = instance.Coordinate
public:
property GeoCoordinate Coordinate {
GeoCoordinate get ();
}member Coordinate : GeoCoordinate with get
Property Value
GeoCoordinate
See Also