find_by_country_code
Description:
public Location find_by_country_code (
string country_code)
Retrieves the country identified by the specified ISO 3166 code, if present in the database.
Parameters:
| this |
a Location at the world
|
| country_code |
a country code
|
Returns:
|
a country level Location, or null.
|