Class LocationResource


  • @Path("/metric/realtime/location")
    public class LocationResource
    extends MetricResource
    • Constructor Detail

      • LocationResource

        public LocationResource()
    • Method Detail

      • getTotalLatLonCount

        @Path("{agencyId}/total")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getTotalLatLonCount​(@PathParam("agencyId")
                                                             String agencyId,
                                                             @QueryParam("feedId")
                                                             String feedId)
      • getInvalidLatLonCount

        @Path("{agencyId}/invalid")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getInvalidLatLonCount​(@PathParam("agencyId")
                                                               String agencyId,
                                                               @QueryParam("feedId")
                                                               String feedId)
      • getInvalidLatLons

        @Path("{agencyId}/invalid-lat-lons")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getInvalidLatLons​(@PathParam("agencyId")
                                                           String agencyId,
                                                           @QueryParam("feedId")
                                                           String feedId)