Inheritance diagram for ApiListener:Public Member Functions | |
| int | general (GeneralCallbackType callbackType, String optionalText, double optionalNumber) |
| void | mapContent (Iterable< MapContent > mapContentList) |
| int general | ( | GeneralCallbackType | callbackType, |
| String | optionalText, | ||
| double | optionalNumber | ||
| ) |
Is called for multiple purposes.
| callbackType | - See GeneralCallbackType |
| optionalText | - Content depends on the callbackType |
| optionalNumber | - Content depends on the callbackType |
Implemented in ApiHelperCommon, and IwMapView.
| void mapContent | ( | Iterable< MapContent > | mapContentList | ) |
Retrieves a list of all possible map types
Implemented in ApiHelperCommon, and IwMapView.