Returns the coordinates for all taxis that are currently available for hire. Does not include 'hired' or 'busy' taxis.

getTaxiAvail(api_key)

Arguments

api_key

API key for LTA's Datamall

Value

A dataframe containing the latitude and longitude information for all the taxis available for hire.

Examples

# NOT RUN {
getTaxiAvail(mykey)
# }