Send a location
send_location(
client,
number,
latitude,
longitude,
name = NULL,
address = NULL,
verbose = FALSE
)A named list parsed from the JSON output of Evolution API, describing the
location message sent (message ID, queue info, timestamps, etc.).
The HTTP status code is stored in attr(result, "http_status").
This return value is the official server acknowledgement of the location dispatch.
An evo_client() object.
Character. Recipient in E.164 format (e.g., "+5581999...").
Numeric coordinates.
Optional character (label/description).
Logical. If TRUE, logs request/response details.