API Geo Location
This node allows you send an geo location message within a WhatsApp conversation. The API response for this node should have a matching response, as shown in the example below.
Sample Response:
{
"data": {
"longitude": LONG_NUMBER,
"latitude": LAT_NUMBER,
"name": LOCATION_NAME,
"address": LOCATION_ADDRESS
}
}
Explanation:
Longitude: this property should contain the decimal numeric longitude value, eg. 73.23439454
Latitude: this property should contain the decimal numeric longitude value, eg. 24.45697544
Name: this property should contain the name of the location eg. "My Business"
Address: this property should contain the complete address of the location, here the address does not need to be accurate, whatever you write will be printed in the message. eg. No. 8 Magnolia Enclave, Kensington, London