 | GeoSearchGeneratorTargetCoordinate Property |
This is preliminary documentation and is subject to change.
Gets/sets the coordinate around which to search.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic GeoCoordinate TargetCoordinate { get; set; }
Public Property TargetCoordinate As GeoCoordinate
Get
Set
Dim instance As GeoSearchGenerator
Dim value As GeoCoordinate
value = instance.TargetCoordinate
instance.TargetCoordinate = value
public:
property GeoCoordinate TargetCoordinate {
GeoCoordinate get ();
void set (GeoCoordinate value);
}
member TargetCoordinate : GeoCoordinate with get, set
Property Value
GeoCoordinate
Remarks
See Also