Exemplo n.º 1
0
 public static GeoPoint2 InDegrees(double latitude_deg, double longitude_deg)
 {
     return(new GeoPoint2(BasicMath.DegToRad(latitude_deg), BasicMath.DegToRad(longitude_deg)));
 }