public class InputLocationMessageContent extends Object implements InputMessageContent
| Modifier and Type | Class and Description |
|---|---|
static class |
InputLocationMessageContent.InputLocationMessageContentBuilder
The builder for the InputLocationMessageContent object
|
| Constructor and Description |
|---|
InputLocationMessageContent() |
| Modifier and Type | Method and Description |
|---|---|
static InputLocationMessageContent.InputLocationMessageContentBuilder |
builder()
This builder will allow you to progressively construct this object.
|
double |
getLatitude()
Gets the latitude of the location
|
double |
getLongitude()
Gets the longitude of the location
|
InputMessageContentType |
getType()
Gets the type of InputMessageContent that this object represents
|
public static InputLocationMessageContent.InputLocationMessageContentBuilder builder()
@NonNull public double getLatitude()
@NonNull public double getLongitude()
public InputMessageContentType getType()
getType in interface InputMessageContentCopyright © 2017. All rights reserved.