Skip to content

Instantly share code, notes, and snippets.

@anoochit
Created April 13, 2017 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anoochit/053aa3bcae155e461a047322fa5940a6 to your computer and use it in GitHub Desktop.
Save anoochit/053aa3bcae155e461a047322fa5940a6 to your computer and use it in GitHub Desktop.
linebot LocationMessageBuilder
<?php
$outputText = new \LINE\LINEBot\MessageBuilder\LocationMessageBuilder("Eiffel Tower", "Champ de Mars, 5 Avenue Anatole France, 75007 Paris, France", 48.858328, 2.294750);
$response = $bot->replyMessage($event->getReplyToken(), $outputText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment