add speed

This commit is contained in:
lixiaopeng
2020-11-04 17:45:33 +08:00
parent d948fc7652
commit 706749aa80
6 changed files with 55 additions and 26 deletions

View File

@@ -32,7 +32,8 @@ fun getInformationBody(
poiType: String,
mainInfoId: Long,
longitude: Double,
latitude: Double
latitude: Double,
speed: Float
): InformationBody {
var jsonArray = JsonArray()
var type: Int
@@ -70,7 +71,8 @@ fun getInformationBody(
isShare,
locationInfo.direction,
poiType,
mainInfoId
mainInfoId,
speed
)
}