Esempio n. 1
0
 public GPLocation(GPLocation loc)
 {
     _id  = loc.getId();
     city = loc.city;
     setLatitudeNorthPositive(loc.GetLatitudeNorthPositive());
     setLongitudeEastPositive(loc.GetLongitudeEastPositive());
     countryCode  = loc.countryCode;
     timezoneName = loc.timezoneName;
     timezone     = loc.timezone;
 }