var fuzzyMatch: Boolean?
Specify whether the Geocoding API should attempt approximate, as well as exact, matching when performing searches (true, default), or whether it should opt out of this behavior and only attempt exact matching (false). For example, the default setting might return Washington, DC for a query of wahsington, even though the query was misspelled.
fun fuzzyMatch(fuzzyMatch: Boolean): Builder
Set fuzzy match flag for builder.