LocationTile({ Key? key, required this.place, this.emptyState, this.showOpenInMapsLink = true, }) : super(key: key);