修改了地图的Marker数据结构

This commit is contained in:
董宏宇
2020-01-16 15:22:39 +08:00
parent 178e73206c
commit 857757ed82
6 changed files with 102 additions and 26 deletions

View File

@@ -100,7 +100,7 @@ public class RefreshModel {
if (mRefreshApiService != null) {
final Map<String, Object> query = new ParamsProvider.Builder(mContext).build();
final RefreshBody refreshBody = new RefreshBody();
refreshBody.limit = 5;
refreshBody.limit = 100;
refreshBody.location = new RefreshBody.LatLon(latLng.lat, latLng.lng);
refreshBody.radius = radius;
refreshBody.onlyFocus = onlyFocus;