TTMSFNCWhatsAppReceiverLocation Class
Describes a geographic location carried by a location message.
API unit family: TMSFNCWhatsAppReceiver
Inherits from: TPersistent
Syntax
TTMSFNCWhatsAppReceiverLocation = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Address | Optional street address of the location. |
| Latitude | Latitude coordinate of the location in decimal degrees. |
| LocationName | Optional descriptive name of the location. |
| Longitude | Longitude coordinate of the location in decimal degrees. |
Methods
| Name | Description |
|---|---|
| ToJSON | Serializes the location to its JSON representation. |