Context The idea is to measure recommended route distance and duration(average based on historical data) between two co-ordinates using Google's Distance Matrix API. Content Google's distance and duration data appended (as fetched from the API based on the co-ordinate given) to the Kaggle's dataset for "New York City Taxi Trip Duration" challenge. Additionally, great-circle distance between two co-ordinates are also given. Acknowledgements The data was retrieved on 29th of July, 2017 from the Google's Distance Matrix API based on Kaggle's dataset given for "New York City Taxi Trip Duration" challenge. Great Circle distance calculated between two co-ordinates using "geopy".