TinyBoxDev / androclick-server

0 stars 0 forks source link

Search stops in a street #5

Closed helloIAmPau closed 6 years ago

helloIAmPau commented 9 years ago

An user makes a GET request on /streets/:cityname/:streetname in order to obtain the list of stops placed in that street. The response is shaped as JSON array similar to the following:

[
  ...,
  {
    stopname: "stop name",
    stopnumber: 9999,
    position: {
      lat: 99.9999,
      lon: 99.9999
    }
  },
  ...
]
b3by commented 6 years ago

About time!