Exemplo n.º 1
0
 //returns as geocoordinate
 public GeoCoordinate convertToGeoCoordinate()
 {
     return(new GeoCoordinate(MathHelpers.DMStoDeg(this.Latitude.Degrees, this.Latitude.Minutes, this.Latitude.Seconds), MathHelpers.DMStoDeg(this.Longitude.Degrees, this.Longitude.Minutes, this.Longitude.Seconds)));
 }