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