DestinationFoundFunction

typealias DestinationFoundFunction = (viewModel: GeocoderViewModel, destination: Any) -> 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