Initialize a new instance of Location
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public Location( string country, string town, string latitude, string longitude ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ country As String, _ town As String, _ latitude As String, _ longitude As String _ ) |
Visual C++ |
---|
public: Location( String^ country, String^ town, String^ latitude, String^ longitude ) |
Parameters
- country
- Type: System..::.String
The country
- town
- Type: System..::.String
The town
- latitude
- Type: System..::.String
The latitude
- longitude
- Type: System..::.String
The longitude