MapViewBase.MapPickCallback (API Reference)
Package com.here.sdk.mapview
Interface MapViewBase.MapPickCallback
- Enclosing interface:
- MapViewBase
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback for a pick request. In case of an error the result is not set.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPickMap(MapPickResult mapPickResult) Callback for a pick request.
-
Method Details
-
onPickMap
Callback for a pick request. In case of an error the result is not set.
- Parameters:
mapPickResult-The operation result.
-