Package com.linecorp.bot.model.message
Class LocationMessage
java.lang.Object
com.linecorp.bot.model.message.LocationMessage
- All Implemented Interfaces:
Message
Location message.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionLocationMessage
(String title, String address, double latitude, double longitude) Constructor withoutquickReply
parameter. -
Method Summary
-
Constructor Details
-
LocationMessage
Constructor withoutquickReply
parameter.If you want use
QuickReply
, please usebuilder()
instead.
-
-
Method Details
-
builder
-
toBuilder
-
getTitle
Title. -
getAddress
Address. -
getLatitude
public double getLatitude()Latitude. -
getLongitude
public double getLongitude()Longitude. -
getQuickReply
- Specified by:
getQuickReply
in interfaceMessage
-
getSender
-
equals
-
hashCode
public int hashCode() -
toString
-