JustinWei2010 / EventETAApp

0 stars 0 forks source link

Add location to Event Details #4

Closed dontian80 closed 7 years ago

dontian80 commented 7 years ago

Add location to Event Details and make it clickable to show map

dontian80 commented 7 years ago

event.place is the location's friendly name (i.e. Home, or the name of the venue), you really want the map to open by address, if available, since the name of the venue may be ambiguous (i.e. 'Blue Highway Games' leads to somewhere in Oklahoma instead of the Seattle store).

JustinWei2010 commented 7 years ago

Should be fixed. May need to reopen if we still have to account for case where I have to construct address from place.location directly. I think typically address should either be the name or it'll have an associated long/lat defined with it (calculated by facebook).