您好,支持UGCV5的rest地图服务的,可以通过DatasourceConnectionInfo打开地图服务地址,您的代码是这样写的吗?
DatasourceConnectionInfo connectionInfo = new DatasourceConnectionInfo();
connectionInfo.setEngineType(EngineType.REST);
String restServiceUrl = "http://localhost:8090/iserver/xxxxxxxxxxx";
connectionInfo.setServer(restServiceUrl);
Datasource datasource = mWorkspace.getDatasources().open(connectionInfo);