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.MapPickCallback

    Callback for a pick request. In case of an error the result is not set.

    • 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.