Function objc2_core_location::CLLocationCoordinate2DMake

source ยท
pub unsafe extern "C" fn CLLocationCoordinate2DMake(
    latitude: CLLocationDegrees,
    longitude: CLLocationDegrees
) -> CLLocationCoordinate2D
Available on crate feature CLLocation only.