GoogleApi 4.0.3

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package GoogleApi --version 4.0.3
NuGet\Install-Package GoogleApi -Version 4.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GoogleApi" Version="4.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GoogleApi --version 4.0.3
#r "nuget: GoogleApi, 4.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GoogleApi as a Cake Addin
#addin nuget:?package=GoogleApi&version=4.0.3

// Install GoogleApi as a Cake Tool
#tool nuget:?package=GoogleApi&version=4.0.3

Google Places, Maps, Roads, Search and Translate. Requests and Responses are complete with Google api documentation and references.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on GoogleApi:

Package Downloads
CoreModule

Core module of the modular system do standard micro service applications.

ByteologyLLC.GoogleApiModule.Domain.Shared The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Domain.Shared module for ABP Framework projects.

Ideom.Resources.Location

Provides access to locations resources

ByteologyLLC.GoogleApiModule.Domain The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Domain module for ABP Framework projects.

DaiViet.Core.GoogleLocation

Location

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.4.0 3,033 4/14/2024
5.3.1 57,380 1/8/2024
5.3.0 16,806 12/15/2023
5.2.4 38,850 10/24/2023
5.2.3 19,330 10/17/2023
5.2.2 1,427 10/14/2023
5.2.1 17,394 9/14/2023
5.2.0 7,826 9/3/2023
5.1.1 1,502 9/1/2023

- Added .net 5 build
- Updated all Nugets, and fixed issues with dependencies for .net framework 4.5
- Complete review and general improvements of all Google Api endpoints.
- Removed outdated option for using non SSL requests.
- Response Status.NotFound will now return an empty response, and no longer throw an exception.
- Greatly refactored Location classes all over the solution, for a more precise definition and meaning of Location in different Api's.
- All Maps requests now throw exception when key is not specified.
- Updated error handling for all endpoints, also improving the messages.
- Updated Directions
- Origin and Destination Location support for Address, Coordinate, Place and PlusCode.
- When using Heading / Side Of Road for Locations, they are no longer removed when invalid due to Travel Mode. Google will complain, and I didnt't want to secretly alter the request.
- Transit Routing Preference enum rename, to follow the Google naming.
- Updated Distance Matrix
- Origins and Destinations support for Address, Coordinate, Place and PlusCode (PolyLine not supported).
- Removed support for specifying Origns and Destinations Raw. Shouldn't be needed anymore, when improved Location support.
- When using Heading / Side Of Road for Locations, they are no longer removed when invalid due to Travel Mode, and I didnt't want to secretly alter the request.
- Transit Routing Preference enum rename, to follow the Google naming.
- Updated Elevation
- Updated Geolocation
- Updated TimeZone
- Updated Street View.
- Request support for Radius, ReturnErrorCode and Source.
- Updated Static Maps
- Type-safe implementation for specifying Styles and Markers.
- Improved Error handling, for invalid or missing request parameters.
- Updated Geocoding
- Plus Code improved with better handling for key vs. ekey
- Plus Code Location handling refactored, and made more accurate.
- Updated Roads
- Updated requests, and fixed issue with Bad request for some requests.
- Changed place string to use Place class
- Updated Translate
- Error handling improved for NMT model.
- Updated Detect
- Updated Lanugages
- Removed parameter 'nmt', not supported.
- Updated Places Auto-Complete
- Added Origin to requrst parameters.
- Updated Places Query Auto-Complete
- Updated Places Details
- Add Region request parameter.
- Removed extensions request parameter.
- Updated Places Photos
- Updated Places Search Find
- Updated Places Search NearBy
- Updated Places Search Text

- v4.0.1 Fixed issue with Location Geocode, where results may be returned without PlusCode.LocalCode.

- v4.0.2 Added option to not throw exception on invalid request.

- v4.0.3 Fixed issue for async query, where an exception was thrown even though HttpEngineOptions had it disabled.