Interface PanoramaService.SearchSession

com.yandex.mapkit.panorama

public interface PanoramaService.SearchSession

Session for receiving the result of the findNearest() method.

  • Should be stored until the listener is notified. - Can be used to cancel the active request. - Can be used to retry the last request (for example, if it failed).

Methods

void cancel()
void retry( SearchListener searchListener)
void cancel()
void retry( SearchListener searchListener)

Method Detail

cancel

public void cancel ()

retry

public void retry (SearchListener searchListener)