getCountryName

external fun getCountryName(coords: Coordinates): String?

Get the country name for the specified WGS.

Return

Country name as String.

Parameters

coords

Coordinates


external fun getCountryName(isoCode: String): String?

Get the country name for the isoCode.

Return

Country name as String.

Parameters

isoCode

ISO 3166-1 alpha-3 country code.