SOAP API method GeoData_retrieve
Parameters
| Name | Type | Description | 
|---|---|---|
| id * | string | The identifier (id) of the object that is retrieved | 
| * required parameters | ||
Return values
| Name | Type | Description | 
|---|---|---|
| geodata | Structure of type 'geodata' | All properties of the retrieved geodata | 
Structure 'geodata'
| Name | Type | Description | 
|---|---|---|
| id | int | ID of the geo data | 
| continent_code | string | Get the contint code | 
| country_code | string | Get the (two digit) country code | 
| region | string | Get the region code | 
| countryname | string | Get the country name | 
| city | string | Get the city if it is available | 
| latitude | float | Get the latitude | 
| longitude | float | Get the longitude |