コード例 #1
0
 public GeoLine(GeoLine geoLine)
 {
     this.FromLat  = geoLine.FromLat;
     this.FromLong = geoLine.FromLong;
     this.ToLat    = geoLine.ToLat;
     this.ToLong   = geoLine.ToLong;
 }
コード例 #2
0
 public GeoLineRequest(GeoLine geoLine, string userId) : base(geoLine)
 {
     this.UserId = userId;
 }