LocationMessageBuilder

A builder class for location message.
implements LINE\LINEBot\MessageBuilder
Methods Summary
public
# __construct( string $title , string $address , float $latitude , float $longitude , LINE\LINEBot\QuickReplyBuilder $quickReply = NULL, LINE\LINEBot\SenderBuilder\SenderBuilder $sender = NULL )
LocationMessageBuilder constructor.
public
# buildMessage( )
Builds location message structure.

Implementation of