Closed jake5253 closed 6 years ago
Using $query = User::geofence($myLatitude, $myLongitude, 0, 1000)->get() results that I am 5.8987221219523E-5 away from myself. Shouldn't it be 0 since I'm passing the exact lat/long it's comparing to?
$query = User::geofence($myLatitude, $myLongitude, 0, 1000)->get()
While I realize this is only a few feet at best,
Using
$query = User::geofence($myLatitude, $myLongitude, 0, 1000)->get()
results that I am 5.8987221219523E-5 away from myself. Shouldn't it be 0 since I'm passing the exact lat/long it's comparing to?