The World interface is used to query (more or less static) information about the communication world, such as countries and their timezones, mobile broadband provider apns, etc.
org.freesmartphone.Data.World
Description: Retrieves all known country codes and their (english) name.
A list of country codes and their (english) names.
Description: Retrieve a country code for MCC or concatenated MCC and MNC. Raises InvalidParameter if not found.
MCC or concatenated MCC and MNC.
The country code that owns the specified MCC (and MNC).
Description: Retrieves the list of timezones given a country code. Raises InvalidParameter if not found.
The country code.
A dictionary of coordinates and timezone names.