TTMSFNCCloudWhatsAppLocation Class
Stores location data for a WhatsApp location message.
API unit family: TMSFNCCloudWhatsApp
Inherits from: TPersistent
Syntax
TTMSFNCCloudWhatsAppLocation = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Address | Gets or sets the human-readable address for the location. |
| Latitude | Gets or sets the latitude coordinate in decimal degrees. |
| LocationName | Gets or sets the display name for the location. |
| Longitude | Gets or sets the longitude coordinate in decimal degrees. |
Methods
| Name | Description |
|---|---|
| ToJSON | Serializes the location data to a WhatsApp location JSON object. |