Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Issue: difficult to discern UI elements in nearby places list.

esreli opened this issue · comments

screen shot 2019-01-11 at 3 48 22 pm

It is difficult to discern which UI elements are a part of which list item.

Because of how a list item cell is formatted, the list item subtitle (address) appears quite near to the next list item's title (name)

Please reformat this list view so that it is more easily understood which UI item belongs to which nearby place.

You could accomplish this by either:

A) Reformatting the UI elements of each list item so that the title and subtitle are closer together:

redesigned-list

B) Inserting a line between each list item.

redesigned-list-b

Thanks! Should be updated in 4034d91

There is now a line between each cell. Confirmed, this change makes reading each cell much more clear.