BaseFeature

constructor(id: String, tags: Map<String, String>, geometry: List<GeometryType>, icon: String? = null, imageURL: String? = null, names: List<String>, terms: List<String> = listOf(), includeCountryCodes: List<String> = listOf(), excludeCountryCodes: List<String> = listOf(), isSearchable: Boolean = true, matchScore: Float = 1.0f, isSuggestion: Boolean = false, addTags: Map<String, String> = tags, removeTags: Map<String, String> = addTags, preserveTags: List<Regex> = listOf(), tagKeys: Set<String> = setOf(), addTagKeys: Set<String> = tagKeys, removeTagKeys: Set<String> = addTagKeys)