LocationMessage

A class that represents the message event of location.
extends LINE\LINEBot\Event\MessageEvent
Methods Summary
public
# __construct( array $event )
LocationMessage constructor.

Overrides

public
# getTitle( )
Returns title of the location message.
public
# getAddress( )
Returns address of the location message.
public
# getLatitude( )
Returns latitude of the location message.
public
# getLongitude( )
Returns longitude of the location message.
Methods inherited from LINE\LINEBot\Event\MessageEvent
__construct(), getMessageId(), getMessageType()
Methods inherited from LINE\LINEBot\Event\BaseEvent
__construct(), getType(), getMode(), getTimestamp(), getReplyToken(), isUserEvent(), isGroupEvent(), isRoomEvent(), isUnknownEvent(), getUserId(), getGroupId(), getRoomId(), getEventSourceId()
Properties inherited from LINE\LINEBot\Event\MessageEvent
$message
Properties inherited from LINE\LINEBot\Event\BaseEvent
$event