Interface MapViewBase.MapPickCallback
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.
@FunctionalInterface public static interface MapViewBase.MapPickCallbackCallback for a pick request. In case of an error the result is not set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPickMap(MapPickResult mapPickResult)Callback for a pick request.
-
-
-
Method Detail
-
onPickMap
void onPickMap(@Nullable MapPickResult mapPickResult)Callback for a pick request. In case of an error the result is not set.
- Parameters:
mapPickResult-The operation result.
-
-