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.
Description: Retrieves a list of data connectivity (GPRS, EDGE, 3G) access point names for MCC or concatenated MCC and MNC. Raises InvalidParameter if not found.
MCC or concatenated MCC and MNC.
A list of six-tuples descriping a connectivity access point. Structure is:
Description: Retrieves the name of a provider for a supplied concatenated MCC and MNC. Raises InvalidParameter if not found.
MCC or concatenated MCC and MNC.
Name of the provider.