Skip to content

Commit

Permalink
delete unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyuewuyi committed Dec 24, 2019
1 parent 680135e commit ed2568f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

/**
* 找出落在指定多边形包围起来的图形内的数据
* <p>注意:这个查询器使用代价很大,请避免使用</p>
* <p>场景举例:小黄车只能在繁华的地方服务,出了市区要收额外的服务费,而繁华的城市的边界是多边形的。我们想查询该车辆是否需要付额外的服务费,就需要通过搜索用户的经纬度是否在多边形内。</p>
*/
public class GeoPolygonQuery implements Query {
Expand Down

0 comments on commit ed2568f

Please sign in to comment.