|
Display satellite's information dialog.
This library uses the services provided by Location Framework. Once the dialog is launched satellite information is continuously requested via Location Acquisition API. The Location Acquisition API is offered by Location Framework. The user can switch between the two views once the dialog is launched. - Parameters:
-
| aNameOfRule | is requestor data for Location FW which will be used for privacy verification in the future. Application name should be used to specify the requestor. The string should not be empty. |
- Returns:
- TInt value of the selected softkey, which is EEikCommandTypeExitOrBack, because it is the only softkey of the dialog.
- Leave:
- KErrArgument if requestor data (aNameOfRule argument) length exceeds 255 characters or if it is empty. This function may also leave with any one of the standard error codes such as out of memory (e.g. KErrNoMemory)
|