getIds

fun getIds(longitude: Double, latitude: Double): List<String>

Return

the ids of the countries the given position is contained in, ordered by size ascending

Parameters

longitude

longitude of geo position (-180...180)

latitude

latitude of geo position (-90...90)