Interface GeoObjectSession
Package world.mappable.mapkit
interface GeoObjectSession
The interface for working with the session.
Summary
Methods
|
Type and modifiers |
Method and Description |
|
void |
cancel() |
|
void |
retry(@NonNull GeoObjectListener objListener) |
Methods
cancel
|
void cancel() |
Cancels the current request.
retry
|
void retry(@NonNull GeoObjectListener objListener) |
Retries the last request.
Cancels the current request if it is active.