FindCurrentPlaceRequestKt

public final class FindCurrentPlaceRequestKt


Summary

Public methods

static final @NonNull FindCurrentPlaceRequest

Builds a new FindCurrentPlaceRequest.

Public methods

findCurrentPlaceRequest

public static final @NonNull FindCurrentPlaceRequest findCurrentPlaceRequest(
    @NonNull List<@NonNull Place.Field> placeFields,
    @ExtensionFunctionType Function1<@NonNull FindCurrentPlaceRequest.BuilderUnit> actions
)

Builds a new FindCurrentPlaceRequest.

Parameters
@NonNull List<@NonNull Place.Field> placeFields

the fields of the places to be returned

@ExtensionFunctionType Function1<@NonNull FindCurrentPlaceRequest.BuilderUnit> actions

the actions to apply to the FindCurrentPlaceRequest.Builder