Sends a geographic location pin via Evolution API v2.
Usage
send_location(
client,
number,
latitude,
longitude,
name = NULL,
address = NULL,
verbose = FALSE
)Arguments
- client
An
evo_client()object.- number
Character. Recipient number with country code (e.g.,
"5581999990000"or"+5581999990000").- latitude
Numeric. Latitude coordinate.
- longitude
Numeric. Longitude coordinate.
- name
Optional character. Location label name.
- address
Optional character. Address description.
- verbose
Logical. If
TRUE, logs request/response details with cli.
