You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Generic C# Geocoding API [](https://github.com/exceptionless/Geocoding.net/actions/workflows/build.yml)[](https://github.com/exceptionless/Geocoding.net/actions/workflows/publish-packages.yml)[](https://github.com/exceptionless/Geocoding.net/actions/workflows/codeql-analysis.yml)
1
+
# Generic C# Geocoding API [](https://github.com/exceptionless/Geocoding.net/actions/workflows/build.yml)[](https://github.com/exceptionless/Geocoding.net/actions/workflows/codeql-analysis.yml)
2
2
3
3
Includes a model and interface for communicating with five popular Geocoding providers. Current implementations include:
4
4
@@ -65,7 +65,7 @@ The Microsoft and Yahoo implementations each provide their own address class as
65
65
66
66
## API Keys
67
67
68
-
Google [requires a new Server API Key](https://developers.google.com/maps/documentation/javascript/tutorial#api_key)to access its service.
68
+
Google can use a [Server API Key](https://developers.google.com/maps/documentation/javascript/tutorial#api_key), and some environments now require one to access the service reliably.
69
69
70
70
Bing [requires an API key](http://msdn.microsoft.com/en-us/library/ff428642.aspx) to access its service.
0 commit comments