Guest User

Untitled

a guest
Oct 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $query = $this->createQueryBuilder()
  2. ->field('Coordinates')->near($longitude, $latitude)
  3. ->debug();
  4. var_dump($query);
  5.  
  6.  
  7. OUTPUT
  8. array(3) { ["type"]=> int(10) ["mapReduce"]=> array(3) { ["map"]=> NULL ["reduce"]=> NULL ["options"]=> array(0) { } } ["near"]=> array(1) { ["Coordinates"]=> float(50) } }
Add Comment
Please, Sign In to add comment