Returns the coordinates for all taxis that are currently available for hire. Does not include 'hired' or 'busy' taxis.
getTaxiAvail(api_key)
api_key | API key for LTA's Datamall |
---|
A dataframe containing the latitude and longitude information for all the taxis available for hire.
# NOT RUN { getTaxiAvail(mykey) # }