Interface SummarySession

com.yandex.mapkit.masstransit

public interface SummarySession

Handler for an async request for a summary of mass transit routes.

Nested Classes

Methods

void cancel()

Tries to cancel the current request for a summary of mass transit routes.

void retry( SummaryListener summaryListener)

Retries the request for a summary of mass transit routes, using the specified callback.

void cancel()

Tries to cancel the current request for a summary of mass transit routes.

void retry( SummaryListener summaryListener)

Retries the request for a summary of mass transit routes, using the specified callback.

Method Detail

cancel

public void cancel ()

Tries to cancel the current request for a summary of mass transit routes.

retry

public void retry (SummaryListener summaryListener)

Retries the request for a summary of mass transit routes, using the specified callback.