You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rafaelks It is the same API to send message (/api/v1/chat.sendMessage). We just need to add "location" param to the body of the request and the format is like that:
"location": {
"type": "Point",
"coordinates": [
long,
lat
]
}
It will be great also to receive message with location field to map it.
@luciofm No it is not an Attachment type. Location is sent as a separated field AFTER enabling it on the server in Message section, enable GoogleMap.
Add feature to send a location specified by Latitude and Longitude
The text was updated successfully, but these errors were encountered: