DestinationFoundFunction

typealias DestinationFoundFunction = (viewModel: GeocoderViewModel, @R|kotlin/ParameterName|(name = String(destination)) ERROR CLASS: Symbol not found for JsAny) -> Unit(source)

A function that handles the result of a successful geocode.

Parameters

viewModel

The view model.

destination

The destination result of the geocode.

See also