|
@@ -108,6 +108,6 @@ public class TencentLocationHandler implements LocationHandler {
|
|
|
|
|
|
@Override
|
|
|
public Address location2address(double longitude, double latitude) {
|
|
|
- return this.location2address(longitude + "," + latitude);
|
|
|
+ return this.location2address(latitude + "," + longitude);
|
|
|
}
|
|
|
}
|