Важно

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Interface SuggestListener

static interface SuggestListener

Summary

Methods

Type and modifiers

Method and Description

void

onResponse(@NonNull SuggestResponse suggest)
Callback for results processing.

void

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

Methods

onResponse

@UiThread
void onResponse(@NonNull SuggestResponse suggest)

Callback for results processing.

Parameters

suggest

List of suggest results.


onError

@UiThread
void onError(@NonNull Error error)

Callback for error processing.

Parameters

error

Error information.


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