Sqlite on Android: How to create a sqlite dist db function - to be used in the app for distance calculation using lat, long

前端 未结 4 1633
感情败类
感情败类 2020-12-08 17:45

We are building an Android App that will use user\'s current location (lat, long) and show top 50 venues around the current location, sorted by distance.

We have the

4条回答
  •  失恋的感觉
    2020-12-08 18:29

    Update: The answer is that you can not do this.

    from: Android. Is it possible to write custom function on C/C++ and use it in SQL query?

提交回复
热议问题