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