suggestDoubleMap
inline suspend fun AutoCompleteInteraction.suggestDoubleMap(map: Map<String, Double>, strategy: FilterStrategy = FilterStrategy.Prefix, suggestInputWithoutMatches: Boolean = false)
Use a map to populate an autocomplete interaction, filtering as described by the provided strategy.