sendStaticLocation

fun sendStaticLocation(cid: String, latitude: Double, longitude: Double, deviceId: String): Call<Location>

Sends a static location message to the given channel.

Parameters

cid

The full channel id, i.e. "messaging:123" to which the location will be sent.

latitude

The latitude of the location.

longitude

The longitude of the location.

deviceId

The device ID from which the location is sent.