Exemplo n.º 1
0
 public virtual P Normalize()
 {
     Lon = Lon.NormalizeLongitude();
     Lat = Lat.NormalizeLatitude();
     return(this);
 }