Metadata-Version: 1.0
Name: google-distance-matrix
Version: 0.1.1
Summary: Code to calculate distances between different points using google distance matrix
Home-page: https://github.com/argaen/python-google-distance-matrix
Author: Manuel Miranda de Cid
Author-email: manu.mirandad@gmail.com
License: UNKNOWN
Description: #python-google-distance-matrix
        
        Code to retrieve information about distance matrix service from Google
        
        ##Features
        * Get distance between origin/s and destination/s points. Use wether coordinates or addresses as input data.
        * Get time between origin/s and destination/s points. Use wether coordinates or addresses as input data.
        * Get the sorted N nearer points from the list of destination points given an origin.
        * Get the sorted N points within a radius from a given origin. 
        
        ##TODO
        * Use api key
        
Keywords: geolocation,google,distance,matrix,python,coordinates
Platform: UNKNOWN
