Record
venue
No description available.
record venue {
address: string,
foursquare-id: option<string>,
foursquare-type: option<string>,
google-place-id: option<string>,
google-place-type: option<string>,
location: location,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| address | string | |
| foursquare-id | option<string> | |
| foursquare-type | option<string> | |
| google-place-id | option<string> | |
| google-place-type | option<string> | |
| location | location | |
| title | string |