TTMSFNCCloudMailChimpListMemberLocation Class
Stores the approximate geographic location associated with a list member.
API unit family: TMSFNCCloudMailChimp.Marketing
Inherits from: TPersistent
Syntax
TTMSFNCCloudMailChimpListMemberLocation = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Latitude | Gets or sets the member latitude in decimal degrees. |
| Longitude | Gets or sets the member longitude in decimal degrees. |
Methods
| Name | Description |
|---|---|
| FromJSON | Loads the location fields from a JSON value returned by the service. |
| ToJSON | Serializes the location fields to a JSON string. |