getWorldCities

suspend fun getWorldCities(cityNumber: Int): String

Get the name for a particular World City set on the watch. There are 6 world cities that can be stored.

Return

The name of the requested World City as a String.

Parameters

cityNumber

Index of the world city (0..5)