6
votes
1answer
128 views

Drop down list vs. clickable map

I'm working on a web tool that requires users to choose their region as a search filter. I'm trying to decide if it will be best to use a drop-down list (there will be 15 regions) or a clickable map ...
4
votes
5answers
247 views

Best way to represent distance in a clear way?

I'm building a job board and the user can search for jobs around its hometown. It can adjust the radius using a slider. Example: 1) User enters "Brussels" in the input box. 2) User changes the ...
12
votes
6answers
566 views

Dropdown vs map

Is it a good idea to use map for selecting travel destination? At the moment we are using dropdown menu to select the country the user would like to visit. We are also using dropdown for duration and ...