GoogleApi 4.5.2
dotnet add package GoogleApi --version 4.5.2
NuGet\Install-Package GoogleApi -Version 4.5.2
<PackageReference Include="GoogleApi" Version="4.5.2" />
paket add GoogleApi --version 4.5.2
#r "nuget: GoogleApi, 4.5.2"
// Install GoogleApi as a Cake Addin
#addin nuget:?package=GoogleApi&version=4.5.2
// Install GoogleApi as a Cake Tool
#tool nuget:?package=GoogleApi&version=4.5.2
Google Places, Maps, Roads, Search and Translate. Requests and Responses are complete with Google api documentation and references.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.0)
-
.NETFramework 4.6.2
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.0)
-
.NETFramework 4.8
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.0)
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.0)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.0)
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.0)
-
net7.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.0)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on GoogleApi:
Package | Downloads |
---|---|
CoreModule
Core module of the modular system do standard micro service applications. |
|
Sarif.PatternMatcher.Security
Package Description |
|
ByteologyLLC.GoogleApiModule.Domain.Shared
Domain.Shared module for ABP Framework projects. |
|
Ideom.Resources.Location
Provides access to locations resources |
|
ByteologyLLC.GoogleApiModule.Domain
Domain module for ABP Framework projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.5.2 | 2,343 | 1/17/2023 |
4.5.1 | 5,886 | 12/21/2022 |
4.5.0 | 1,601 | 12/16/2022 |
4.4.0 | 615 | 12/15/2022 |
4.3.2 | 2,013 | 12/8/2022 |
4.3.1 | 1,634 | 12/3/2022 |
4.3.0 | 148 | 12/3/2022 |
4.2.6 | 33,944 | 9/27/2022 |
4.2.5 | 10,749 | 9/21/2022 |
4.2.4 | 787 | 9/20/2022 |
4.2.3 | 29,926 | 8/6/2022 |
4.2.2 | 16,148 | 7/8/2022 |
4.2.1 | 5,199 | 7/2/2022 |
4.2.0 | 5,584 | 6/16/2022 |
4.1.0 | 11,815 | 6/2/2022 |
4.0.7 | 69,241 | 3/9/2022 |
- Removed PlaceLocationType.Address (it's not in Google's types list)
- Refactored types in Place.AutoComplete request.
- Changed RestrictPlaceType type to only accept a single type.
- Added RestrictPlaceType.GeocodeAndEstablishment, for specifying the only valid combination of table3 types.
- Implemented logic that when RestrictType i set LocationTypes is ignored (can't combine table1+2 with table3)
- Minor Code quality improvements