public class InputVenueMessageContent extends Object implements InputMessageContent
| Modifier and Type | Field and Description |
|---|---|
String |
address |
String |
foursquareID |
float |
latitude |
float |
longitude |
String |
title |
| Constructor and Description |
|---|
InputVenueMessageContent(float latitude,
float longitude,
String title,
String address,
String foursquareID) |
Copyright © 2017 iSuper.org. All Rights Reserved.