public static GeoPoint2 InDegrees(double latitude_deg, double longitude_deg) { return(new GeoPoint2(BasicMath.DegToRad(latitude_deg), BasicMath.DegToRad(longitude_deg))); }