updateLiveLocation
fun updateLiveLocation(messageId: String, latitude: Double, longitude: Double, deviceId: String): Call<Location>
Updates the live location info of a message.
Parameters
messageId
The ID of the message to update.
latitude
The latitude of the new location.
longitude
The longitude of the new location.
deviceId
DEPRECATED: has no effect, since this endpoint does not accept a device id. The stored value is the one set when the location was created. Remove in the next major, AND-1402.