You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function computeOffsetOrigin may not have solutions, e.g.:
// 'over' the pole.
SphericalUtil::computeOffsetOrigin(LatLng(80, 0), M_PI * MathUtil::EARTH_RADIUS / 4, 180);
// A distance that doesn't fit on the earth.
SphericalUtil::computeOffsetOrigin(LatLng(80, 0), M_PI * MathUtil::EARTH_RADIUS / 4, 90);
the function should return the status
The text was updated successfully, but these errors were encountered:
Function
computeOffsetOrigin
may not have solutions, e.g.:the function should return the status
The text was updated successfully, but these errors were encountered: