public virtual MapPoint Normalize()
 {
     Long = Long.NormalizeLongitude();
     Lat  = Lat.NormalizeLatitude();
     return(this);
 }