Create a component for displaying details about a place.
It should have two view modes:
- full screen (most of the viewport height):
- as much detail as we can provide: may start with image, option for getting directions, and "more about this place" section. See places details api for idea of what backend will be retrieving from google api based on place id.
- partial screen (about 50% of viewport height):
- partial map view with location centered
- simple summary of place: name, address, and options for getting directions
Create a component for displaying details about a place.
It should have two view modes: