From 9ddf06bee3dbd1dde785e2ac7be808c8ee22d56d Mon Sep 17 00:00:00 2001 From: tangzy <tangzy123456> Date: Mon, 23 Aug 2021 08:58:44 +0800 Subject: [PATCH] 1.首页接口调整 --- src/main/java/org/springblade/modules/location/service/LiveLocationService.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java index 8ea57a3..e6abf02 100644 --- a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java +++ b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java @@ -35,4 +35,17 @@ * @return */ List<LocusVo> getLocusInfoList(LiveLocationVo liveLocationVo); + + /** + * 首页实时定位 + * @return + */ + List<LiveLocationVo> getLiveLocationVoList(LiveLocationVo liveLocationVo); + + /** + * 获取实时位置信息 + * @param liveLocation + * @return + */ + LiveLocation getLiveLocationInfo(LiveLocation liveLocation); } -- Gitblit v1.9.3