in packages/@fbcmobile-ui/Utils/MapUtils.js [30:35]
export function getGoogleNavigationUrlToLatLng( latitude: number, longitude: number, ) { return `google.navigation:q=${latitude}+${longitude}`; }