Venue

fun Venue(location: Location, title: String, address: String, foursquareId: String? = null, foursquareType: String? = null, googlePlaceId: String? = null, googlePlaceType: String? = null)

Parameters

location

Venue location. Can't be a live location

title

Name of the venue

address

Address of the venue

foursquareId

Optional. Foursquare identifier of the venue

foursquareType

Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

googlePlaceId

Optional. Google Places identifier of the venue

googlePlaceType

Optional. Google Places type of the venue. (See supported types.)