Interface GeoObjectSession

com.yandex.mapkit

public interface GeoObjectSession

The interface for working with the session.

Nested Classes

Methods

void cancel()

Cancels the current request.

void retry( GeoObjectListener objListener)

Retries the last request.

void cancel()

Cancels the current request.

void retry( GeoObjectListener objListener)

Retries the last request.

Method Detail

cancel

public void cancel ()

Cancels the current request.

retry

public void retry (GeoObjectListener objListener)

Retries the last request.

Cancels the current request if it is active.