예제 #1
0
 public TencentMapSearchAddress()
 {
     ResultAddress = new TencentMapEntity();
 }
예제 #2
0
 public TencentMapSearchRoute()
 {
     RouteFrom = new TencentMapEntity();
     RouteTo   = new TencentMapEntity();
 }
예제 #3
0
 public TencentMapAccount()
 {
     LastLoginCity = new TencentMapEntity();
 }