Builder

constructor(resultLimit: Int = DEFAULT_SEARCH_RESULT_LIMIT, searchRadius: Double = DEFAULT_SEARCH_RADIUS, searchResultRankings: MutableList<Predicate<EVStation>> = mutableListOf(), searchResultFilters: MutableList<Predicate<EVStation>> = mutableListOf(), targetPointForSearchSorting: Point? = null)