Skip to content

MilindaLaknath/C-Location-Fetching-from-google

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Location latitude longitude to Address converter.

This application will help fetching Google location api Reverese lookup using latitude and longitude variables. API endpoint is https://maps.googleapis.com/maps/api/geocode/json

Following return's can be used.

                 +---------+
            +---^+ Status  |
+-------------+  +---------+
| Root object |
+-------------+  +---------+     +-----------------------------------------+
            +---^+ Result  +-+--->String place_id                          |
                 +---------+ |   +-----------------------------------------+
                             |   +-----------------------------------------+
                             +--->String formatted_address                 |
                             |   +-----------------------------------------+
                             |   +-----------------------------------------+
                             +--->List<AddressComponent> address_components|
                             |   +-----------------------------------------+
                             |   +-----------------------------------------+
                             +--->Geometry geometry                        |
                             |   +-----------------------------------------+
                             |   +-----------------------------------------+
                             +--->List<string> types                       |
                                 +-----------------------------------------+

About

C# Location latitude longitude to Address converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%