add speed
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user