pub trait CanSendLocation {
// Required method
fn location(&self, latitude: Float, longitude: Float) -> SendLocation;
}Expand description
Send point on the map.
pub trait CanSendLocation {
// Required method
fn location(&self, latitude: Float, longitude: Float) -> SendLocation;
}Send point on the map.