@type t() :: %LINE.Bot.MessagingApi.Model.LocationMessage{ address: String.t(), latitude: float(), longitude: float(), quickReply: LINE.Bot.Model.QuickReply.t() | nil, sender: LINE.Bot.Model.Sender.t() | nil, title: String.t(), type: String.t() }