Facebook
From Gipsy, 3 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Untitled from Crippled Tern - view diff
Embed
Download Paste or View Raw
Hits: 126
  1. Request:
  2.  
  3.   {
  4.       destination: number
  5.       radius: number,
  6.       limit: number,
  7.       trip_date: Date (optional)
  8.   }
  9.  
  10.   Sorted by distance(ASC)
  11.  
  12.  
  13. Response:
  14.  
  15. {
  16.         origins: [{ localisation_id:, localisation_name:, latitude:, longitude: }, (...)]
  17. }