Represents a Location message.
t() :: %LineBot.Message.Location{ address: String.t(), latitude: float(), longitude: float(), quickReply: LineBot.Message.QuickReply.t() | nil, title: String.t(), type: term() }