VenueLoadErrorCallback (API Reference)
Package com.here.sdk.venue.control
Interface VenueLoadErrorCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A method which is called on the main thread when VenueMap.selectVenueAsync(String, VenueLoadErrorCallback) has been completed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonVenueLoadError(VenueErrorCode error) A method which is called on the main thread whenVenueMap.selectVenueAsync(String, VenueLoadErrorCallback)has been completed.
-
Method Details
-
onVenueLoadError
A method which is called on the main thread when
VenueMap.selectVenueAsync(String, VenueLoadErrorCallback)has been completed.- Parameters:
error-Represents an error in case of a failure. It is
nullfor an operation that succeeds.
-