pub trait CanSendLocation {
    fn location(&self, latitude: Float, longitude: Float) -> SendLocation;
}
Expand description

Send point on the map.

Required Methods§

Implementors§