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