docs: add comment.

Signed-off-by: feihu.wang <wfh45678@163.com>
This commit is contained in:
feihu.wang
2019-11-14 10:56:40 +08:00
parent 2c74ae3a8e
commit e12b9d3831

View File

@@ -72,7 +72,7 @@ public class PluginServiceImpl implements PluginService {
@Override
public Location gps2location(String lng, String lat) {
// TODO Auto-generated method stub
// TODO 可以参考 http://jwd.funnyapi.com/#/index , 最好是本地库。
return null;
}