CakePHP query closest latitude longitude from database

后端 未结 5 510
轻奢々
轻奢々 2021-01-02 02:04

In a CakePHP (v3) application, how can I retrieve the closest results based on passed lat lng values?

I\'d like to have them back as native CakePHP entities, so some

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-02 02:35

    People might want to look at the CakePHP GeoDistance Plugin:

    CakePHP-GeoDistance is a CakePHP 3 behavior for querying geocoded data based on cartographic distance using the spherical cosine law. It is great for 'find my nearest X' or 'find Y near me' type queries.

    https://github.com/chris48s/cakephp-geodistance

    Did the job.

提交回复
热议问题