Metadata-Version: 2.1
Name: gmapFinder
Version: 1.0.2
Summary: Gives the direction on Google Maps
Home-page: https://github.com/roshan9419/gmapFinder
Author: Roshan Kumar
Author-email: roshanthakur8571@gmail.com
License: MIT
Description: # GmapFinder
        
        ## Installation  
        ``` pip install gmapFinder ```
        
        ## How to use it?
        Here are the functions which will provide some results...  
        ```import gmapFinder```
        
        #### To get current location  
        ``` gmapFinder.getCurrentLocation() ```  
        This will provide you a dictionary, in which you will get details like,  
        IP, City, Region, Country, Location, Org, Postal, Timezone  
        
        #### To get direction details  
        ``` gmapFinder.getDirection("Lucknow, Uttar Pradesh", "Tokyo, Japan") ```  
        It requires 2 arguments,  
        StartingPoint (you don't have to put complete address, it will automatically calculate if not given complete) and DestinationPoint.  
        It will then return a dictionary having the  
        url of Google Map link,  
        total distance in (km, miles),  
        starting point and destination point address and location.  
        If you write "current" in address then, it will find the directions from your current location.  
        
        ### Thank You !!!
Keywords: getDirection,getCurrentLocation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
