{"id":27306489,"url":"https://github.com/bcuff/geocodesharp","last_synced_at":"2025-04-12T04:00:05.692Z","repository":{"id":13856918,"uuid":"16554610","full_name":"bcuff/GeocodeSharp","owner":"bcuff","description":"An async .NET client for the Google geocode API","archived":false,"fork":false,"pushed_at":"2024-07-09T21:16:43.000Z","size":77,"stargazers_count":10,"open_issues_count":2,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T04:00:00.291Z","etag":null,"topics":["c-sharp","geocode","google-geocoder"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcuff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-05T18:56:04.000Z","updated_at":"2022-11-08T17:41:26.000Z","dependencies_parsed_at":"2023-01-11T18:40:45.364Z","dependency_job_id":null,"html_url":"https://github.com/bcuff/GeocodeSharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcuff%2FGeocodeSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcuff%2FGeocodeSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcuff%2FGeocodeSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcuff%2FGeocodeSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcuff","download_url":"https://codeload.github.com/bcuff/GeocodeSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514224,"owners_count":21116901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","geocode","google-geocoder"],"created_at":"2025-04-12T04:00:05.002Z","updated_at":"2025-04-12T04:00:05.661Z","avatar_url":"https://github.com/bcuff.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"GeocodeSharp\n============\n\nAn async .NET client for the Google geocode API\n\nThe object model closely follows the model [documented here](https://developers.google.com/maps/documentation/geocoding/#GeocodingResponses).\n\n##Example\n```c#\nusing System;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing GeocodeSharp.Google;\n\nvar address = \"21 Henrietta St, Bristol, UK\";\nvar client = new GeocodeClient();\nvar response = await client.GeocodeAddress(address);\nif (response.Status == GeocodeStatus.Ok)\n{\n    var firstResult = response.Results.First();\n    var location = firstResult.Geometry.Location;\n    var lat = location.Latitude;\n    var lng = location.Longitude;\n    // ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcuff%2Fgeocodesharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcuff%2Fgeocodesharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcuff%2Fgeocodesharp/lists"}