| GeoCoordinate(Double, Double, Double, String) Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public GeoCoordinate(
double latitude,
double longitude,
double dimension,
string globe
)
Public Sub New (
latitude As Double,
longitude As Double,
dimension As Double,
globe As String
)
Dim latitude As Double
Dim longitude As Double
Dim dimension As Double
Dim globe As String
Dim instance As New GeoCoordinate(latitude,
longitude, dimension, globe)
public:
GeoCoordinate(
double latitude,
double longitude,
double dimension,
String^ globe
)
new :
latitude : float *
longitude : float *
dimension : float *
globe : string -> GeoCoordinate
Parameters
- latitude Double
- latitude of the location.
- longitude Double
- longitude of the location.
- dimension Double
- size of the object.
- globe String
- globe identifier of the coordinate.
See Also