Esempio n. 1
0
 public U4Location(char lat1, char lat2, char long1, char long2)
 {
     m_lat1  = new U4LocationCoordinate(lat1);
     m_lat2  = new U4LocationCoordinate(lat2);
     m_long1 = new U4LocationCoordinate(long1);
     m_long2 = new U4LocationCoordinate(long2);
 }
Esempio n. 2
0
 public U4Location()
 {
     m_lat1  = new U4LocationCoordinate();
     m_lat2  = new U4LocationCoordinate();
     m_long1 = new U4LocationCoordinate();
     m_long2 = new U4LocationCoordinate();
 }