Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Foursquare(val id: FoursquareId, val type: FoursquareType? = null)
Link copied to clipboard
@Serializable
data class GooglePlace(val id: GooglePlaceId, val type: GooglePlaceType? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun Venue(location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue
fun Venue(location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue