View Source Elixteg.Model.Venue (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.Venue{
  address: binary(),
  foursquare_id: binary(),
  location: Elixteg.Model.Location.t(),
  title: binary()
}