getCity

fun getCity(location: Location?): String?

Get the city name from the location.

Return

City name of the location.

Parameters

location

Location to get the city name from.