文件名称:LocationService
文件大小:8KB
文件格式:ZIP
更新时间:2024-08-06 00:53:20
Java
定位服务 支持的端点: /位置?s= 存储主题的位置。 帖子正文只有一个位置POST 请求示例: 网址: http://localhost:8080/locations?s=125 身体: {“位置”:{“纬度”:20,“经度”:30},“时间戳”:123456} 2./位置/所有返回所有存储位置GET 请求示例: 网址: http://localhost:8080/locations/all 3. /locations?lat=&long=&d=&t1=&t2=&s=, 返回位置附近的位置。 t1、t2 和 s 参数是可选的,尚未实现GET 请求示例: 网址: http://localhost:8080/locations?lat=10&long=20&d=10
【文件预览】:
LocationService-master
----LocationServices()
--------build.gradle(727B)
--------src()
----README.md(803B)