-
- All Implemented Interfaces:
-
android.os.IInterface,net.osmand.aidlapi.IOsmAndAidlCallback
public class IOsmAndAidlCallback.Default implements IOsmAndAidlCallback
Default implementation for IOsmAndAidlCallback.
-
-
Method Summary
Modifier and Type Method Description voidonSearchComplete(List<SearchResult> resultSet)Callback for search requests. voidonUpdate()Callback for IOsmAndAidlInterface registerForUpdates() method. voidonAppInitialized()Callback for IOsmAndAidlInterface registerForOsmandInitListener() method. voidonGpxBitmapCreated(AGpxBitmap bitmap)Callback for IOsmAndAidlInterface getBitmapForGpx() method. voidupdateNavigationInfo(ADirectionInfo directionInfo)Callback for IOsmAndAidlInterface registerForNavigationUpdates() method. voidonContextMenuButtonClicked(int buttonId, String pointId, String layerId)Callback for IOsmAndAidlInterface buttons set with addContextMenuButtons() method. voidonVoiceRouterNotify(OnVoiceNavigationParams params)Callback for IOsmAndAidlInterface registerForVoiceRouterMessages() method. voidonKeyEvent(KeyEvent params)Callback for IOsmAndAidlInterface registerForKeyEvents() method. voidonLogcatMessage(OnLogcatMessageParams params)Callback for IOsmAndAidlInterface registerForLogcatMessages() method. IBinderasBinder()-
-
Method Detail
-
onSearchComplete
void onSearchComplete(List<SearchResult> resultSet)
Callback for search requests.
-
onUpdate
void onUpdate()
Callback for IOsmAndAidlInterface registerForUpdates() method.
-
onAppInitialized
void onAppInitialized()
Callback for IOsmAndAidlInterface registerForOsmandInitListener() method.
-
onGpxBitmapCreated
void onGpxBitmapCreated(AGpxBitmap bitmap)
Callback for IOsmAndAidlInterface getBitmapForGpx() method.
-
updateNavigationInfo
void updateNavigationInfo(ADirectionInfo directionInfo)
Callback for IOsmAndAidlInterface registerForNavigationUpdates() method.
-
onContextMenuButtonClicked
void onContextMenuButtonClicked(int buttonId, String pointId, String layerId)
Callback for IOsmAndAidlInterface buttons set with addContextMenuButtons() method.
- Parameters:
buttonId- - id of custom buttonpointId- - id of point button associated withlayerId- - id of layer point and button associated with
-
onVoiceRouterNotify
void onVoiceRouterNotify(OnVoiceNavigationParams params)
Callback for IOsmAndAidlInterface registerForVoiceRouterMessages() method.
-
onKeyEvent
void onKeyEvent(KeyEvent params)
Callback for IOsmAndAidlInterface registerForKeyEvents() method.
-
onLogcatMessage
void onLogcatMessage(OnLogcatMessageParams params)
Callback for IOsmAndAidlInterface registerForLogcatMessages() method.
-
-
-
-