Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个处理健身活动的android应用程序,run等等。walk将为活动创建一条路线,应用程序将有它的latitude和longitude。
run
walk
latitude
longitude
现在,我想将每个活动的这些路线信息上传到Strava. 是否有任何 API 可以通过它上传路线纬度和经度或折线。
Strava
此外,根据服务器提供的文档API,我们可以通过它发送 GPX 文件,但没有与将保存路由信息的活动相关的信息。
API
而且我还想知道如何在 GPX 文件中转换本地数据库信息。