Module it.auties.cobalt
Class LocationMessageBuilder
java.lang.Object
it.auties.whatsapp.model.message.standard.LocationMessageBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate Optional<ContextInfo> private doubleprivate booleanprivate doubleprivate intprivate floatprivate Optional<byte[]> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccuracy(int accuracy) build()contextInfo(ContextInfo contextInfo) contextInfo(Optional<ContextInfo> contextInfo) latitude(double latitude) live(boolean live) longitude(double longitude) magneticNorthOffset(int magneticNorthOffset) speed(float speed) thumbnail(byte[] thumbnail)
-
Field Details
-
latitude
private double latitude -
longitude
private double longitude -
name
-
address
-
url
-
live
private boolean live -
accuracy
private int accuracy -
speed
private float speed -
magneticNorthOffset
private int magneticNorthOffset -
caption
-
thumbnail
-
contextInfo
-
-
Constructor Details
-
LocationMessageBuilder
public LocationMessageBuilder()
-
-
Method Details
-
latitude
-
longitude
-
name
-
name
-
address
-
address
-
url
-
url
-
live
-
accuracy
-
speed
-
magneticNorthOffset
-
caption
-
caption
-
thumbnail
-
thumbnail
-
contextInfo
-
contextInfo
-
build
-