Trait IntoLatLng

Source
pub trait IntoLatLng {
    // Required method
    fn into_lat_lng(self) -> LatLng;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoLatLng for (f64, f64)

Implementors§