Важно

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Interface SearchListener

static interface SearchListener

Summary

Methods

Type and modifiers

Method and Description

void

onSearchResponse(@NonNull Response response)
Callback for results processing.

void

onSearchError(@NonNull Error error)
Callback for error processing.

Methods

onSearchResponse

@UiThread
void onSearchResponse(@NonNull Response response)

Callback for results processing.

Parameters

response

Response with search result.


onSearchError

@UiThread
void onSearchError(@NonNull Error error)

Callback for error processing.

Parameters

error

Error information.


Предыдущая
Следующая