FiftyOne.Geolocation 4.4.291

dotnet add package FiftyOne.Geolocation --version 4.4.291
                    
NuGet\Install-Package FiftyOne.Geolocation -Version 4.4.291
                    
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="FiftyOne.Geolocation" Version="4.4.291" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FiftyOne.Geolocation" Version="4.4.291" />
                    
Directory.Packages.props
<PackageReference Include="FiftyOne.Geolocation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FiftyOne.Geolocation --version 4.4.291
                    
#r "nuget: FiftyOne.Geolocation, 4.4.291"
                    
#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.
#:package FiftyOne.Geolocation@4.4.291
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FiftyOne.Geolocation&version=4.4.291
                    
Install as a Cake Addin
#tool nuget:?package=FiftyOne.Geolocation&version=4.4.291
                    
Install as a Cake Tool

51Degrees Geo-Location Engines

51Degrees Pipeline API

Developer Documentation

Introduction

This repository contains engines for the .NET implementation of the Pipeline API that provide location services. Currently, reverse geocoding is supported through the 51Degrees cloud service.

Dependencies

Visual Studio 2019 or later is recommended. Although Visual Studio Code can be used for working with most of the projects.

The Pipeline engines are written in C# and target .NET Standard 2.0.3.

The tested versions page shows the .NET versions that we currently test against. The software may run fine against other versions, but additional caution should be applied.

Solutions and projects

  • FiftyOne.GeoLocation - Geo-location engines and related projects.
    • FiftyOne.GeoLocation.Core - Shared classes used by all geo-location engines.
    • FiftyOne.GeoLocation - Contains the geo-location pipeline builders.
    • FiftyOne.GeoLocation.Cloud - A .NET engine which uses the 51Degrees cloud service to perform reverse geocoding.

Installation

You can either reference the projects in this repository or you can reference the NuGet packages in your project:

Install-Package FiftyOne.GeoLocation

Examples

Examples can be found in the FiftyOne.GeoLocation/Examples/ folder. See below for a list of examples.

Example Description
GettingStarted This example uses the 51Degrees cloud to determine the country from a longitude and latitude.
CombiningServices This example uses geo-location alongside device detection to determine the country and device.

Tests

Tests can be found in the Tests/ folder. These can all be run from within Visual Studio or with the dotnet test command.

Project documentation

For complete documentation on the Pipeline API and associated engines, see the 51Degrees documentation site.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 tizen40 was computed.  tizen60 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.4.291 0 9/17/2025
4.4.289 149 9/3/2025
4.4.288 133 9/2/2025
4.4.287 154 8/30/2025
4.4.286 186 8/27/2025
4.4.285 181 8/26/2025
4.4.284 135 8/21/2025
4.4.283 149 8/13/2025
4.4.282 218 8/5/2025
4.4.281 197 8/4/2025
4.4.280 229 6/6/2025
4.4.279 182 5/23/2025
4.4.278 270 4/16/2025
4.4.277 152 4/5/2025
4.4.276 204 4/4/2025
4.4.275 205 4/3/2025
4.4.274 211 4/2/2025
4.4.273 200 3/19/2025
4.4.272 186 3/16/2025
4.4.271 194 3/13/2025
4.4.270 186 3/12/2025
4.4.269 169 3/9/2025
4.4.268 245 3/8/2025
4.4.267 238 3/7/2025
4.4.266 245 3/6/2025
4.4.265 250 3/5/2025
4.4.264 170 3/3/2025
4.4.263 140 3/2/2025
4.4.262 160 2/28/2025
4.4.261 142 2/27/2025
4.4.260 170 2/19/2025
4.4.259 175 2/13/2025
4.4.258 146 2/9/2025
4.4.257 149 2/8/2025
4.4.256 132 2/7/2025
4.4.255 146 2/5/2025
4.4.254 161 2/4/2025
4.4.253 526 2/3/2025
4.4.252 146 2/1/2025
4.4.251 143 1/30/2025
4.4.250 192 1/27/2025
4.4.249 154 1/26/2025
4.4.248 135 1/25/2025
4.4.247 156 1/23/2025
4.4.246 150 1/21/2025
4.4.245 161 1/19/2025
4.4.244 138 1/17/2025
4.4.243 152 1/16/2025
4.4.242 156 1/10/2025
4.4.241 195 1/8/2025
4.4.240 170 1/4/2025
4.4.239 144 1/3/2025
4.4.238 151 1/2/2025
4.4.237 156 12/26/2024
4.4.236 137 12/24/2024
4.4.235 155 12/22/2024
4.4.234 138 12/21/2024
4.4.233 147 12/19/2024
4.4.232 151 12/18/2024
4.4.231 143 12/17/2024
4.4.230 136 12/16/2024
4.4.229 147 12/14/2024
4.4.228 173 12/6/2024
4.4.227 164 12/4/2024
4.4.226 140 12/3/2024
4.4.225 137 12/2/2024
4.4.224 154 11/27/2024
4.4.223 142 11/26/2024
4.4.222 163 11/15/2024
4.4.221 136 11/14/2024
4.4.220 144 11/13/2024
4.4.219 158 11/12/2024
4.4.218 148 11/10/2024
4.4.217 131 11/9/2024
4.4.216 135 11/7/2024
4.4.215 142 11/6/2024
4.4.214 132 11/4/2024
4.4.213 137 11/3/2024
4.4.212 146 10/24/2024
4.4.211 155 10/23/2024
4.4.210 178 10/20/2024
4.4.209 196 10/18/2024
4.4.208 136 10/17/2024
4.4.207 145 10/16/2024
4.4.206 261 10/11/2024
4.4.205 137 10/10/2024
4.4.204 157 10/9/2024
4.4.203 156 10/5/2024
4.4.202 145 10/3/2024
4.4.201 145 10/2/2024
4.4.200 144 10/1/2024
4.4.199 143 9/29/2024
4.4.198 164 9/14/2024
4.4.197 174 9/11/2024
4.4.196 152 9/10/2024
4.4.195 146 9/9/2024
4.4.194 145 9/8/2024
4.4.193 154 9/7/2024
4.4.192 157 9/6/2024
4.4.191 148 9/6/2024
4.4.190 165 9/5/2024
4.4.189 166 9/5/2024
4.4.188 157 9/4/2024
4.4.187 140 9/3/2024
4.4.186 143 8/30/2024
4.4.185 185 8/21/2024
4.4.184 170 8/16/2024
4.4.183 160 8/15/2024
4.4.182 174 8/14/2024
4.4.181 145 8/8/2024
4.4.180 131 8/7/2024
4.4.179 142 8/6/2024
4.4.178 115 8/4/2024
4.4.177 107 8/3/2024
4.4.176 115 7/31/2024
4.4.175 1,450 7/27/2024
4.4.174 162 7/26/2024
4.4.173 145 7/25/2024
4.4.172 132 7/20/2024
4.4.171 132 7/19/2024
4.4.170 130 7/18/2024
4.4.169 135 7/17/2024
4.4.168 154 7/16/2024
4.4.167 153 7/12/2024
4.4.166 157 7/11/2024
4.4.165 173 7/10/2024
4.4.164 178 7/8/2024
4.4.163 153 7/7/2024
4.4.162 167 7/5/2024
4.4.161 175 6/28/2024
4.4.160 177 6/27/2024
4.4.159 171 6/20/2024
4.4.158 179 6/16/2024
4.4.157 159 6/15/2024
4.4.156 163 6/12/2024
4.4.155 180 6/2/2024
4.4.154 153 6/1/2024
4.4.153 157 5/31/2024
4.4.152 1,027 5/30/2024
4.4.151 168 5/29/2024
4.4.150 170 5/28/2024
4.4.149 191 5/26/2024
4.4.148 191 5/23/2024
4.4.147 200 5/19/2024
4.4.146 163 5/18/2024
4.4.145 197 5/17/2024
4.4.144 175 5/16/2024
4.4.143 159 5/15/2024
4.4.142 153 5/14/2024
4.4.141 157 5/13/2024
4.4.140 188 5/9/2024
4.4.139 169 5/8/2024
4.4.138 220 5/4/2024
4.4.137 144 5/3/2024
4.4.136 179 5/1/2024
4.4.135 174 4/29/2024
4.4.134 172 4/26/2024
4.4.133 179 4/24/2024
4.4.132 205 4/22/2024
4.4.131 168 4/21/2024
4.4.130 176 4/20/2024
4.4.129 176 4/19/2024
4.4.128 345 3/28/2024
4.4.127 195 3/22/2024
4.4.126 140 3/21/2024
4.4.125 239 3/20/2024
4.4.124 177 3/19/2024
4.4.123 176 3/18/2024
4.4.122 182 3/17/2024
4.4.121 171 3/16/2024
4.4.120 187 2/23/2024
4.4.119 178 2/22/2024
4.4.118 174 2/17/2024
4.4.117 166 2/16/2024
4.4.116 186 2/15/2024
4.4.115 185 2/14/2024
4.4.114 194 2/7/2024
4.4.113 156 2/3/2024
4.4.112 291 2/2/2024
4.4.111 154 2/1/2024
4.4.110 184 1/29/2024
4.4.109 168 1/28/2024
4.4.108 165 1/27/2024
4.4.107 159 1/26/2024
4.4.106 172 1/19/2024
4.4.105 162 1/18/2024
4.4.104 181 1/17/2024
4.4.103 181 1/15/2024
4.4.102 168 1/14/2024
4.4.101 165 1/13/2024
4.4.100 163 1/12/2024
4.4.99 177 1/11/2024
4.4.98 177 1/8/2024
4.4.97 174 1/7/2024
4.4.96 197 12/22/2023
4.4.95 183 12/20/2023
4.4.94 200 12/9/2023
4.4.93 205 12/8/2023
4.4.92 180 12/4/2023
4.4.91 163 12/3/2023
4.4.90 164 12/2/2023
4.4.89 156 12/1/2023
4.4.88 155 11/30/2023
4.4.87 180 11/27/2023
4.4.86 156 11/26/2023
4.4.85 164 11/25/2023
4.4.84 158 11/24/2023
4.4.83 155 11/23/2023
4.4.82 164 11/22/2023
4.4.81 178 11/21/2023
4.4.80 152 11/18/2023
4.4.79 164 11/16/2023
4.4.78 170 11/10/2023
4.4.77 157 11/5/2023
4.4.76 168 11/4/2023
4.4.75 165 11/3/2023
4.4.74 170 11/2/2023
4.4.73 175 10/30/2023
4.4.72 174 10/29/2023
4.4.71 166 10/28/2023
4.4.70 166 10/27/2023
4.4.69 178 10/26/2023
4.4.68 195 10/21/2023
4.4.67 202 10/13/2023
4.4.66 171 10/12/2023
4.4.65 171 10/5/2023
4.4.64 189 9/25/2023
4.4.63 168 9/24/2023
4.4.62 161 9/22/2023
4.4.61 157 9/21/2023
4.4.60 171 9/18/2023
4.4.59 161 9/17/2023
4.4.58 201 9/16/2023
4.4.57 176 9/15/2023
4.4.56 202 9/14/2023
4.4.55 188 9/13/2023
4.4.54 188 9/11/2023
4.4.53 197 9/10/2023
4.4.52 203 9/9/2023
4.4.51 204 9/7/2023
4.4.50 190 9/4/2023
4.4.49 191 9/3/2023
4.4.48 225 9/2/2023
4.4.47 204 9/1/2023
4.4.46 340 8/20/2023
4.4.45 221 8/13/2023
4.4.44 220 8/12/2023
4.4.43 209 8/11/2023
4.4.42 216 8/10/2023
4.4.41 214 8/8/2023
4.4.40 207 8/6/2023
4.4.39 231 7/24/2023
4.4.38 233 7/22/2023
4.4.37 225 7/19/2023
4.4.36 215 7/17/2023
4.4.35 214 7/15/2023
4.4.34 217 7/13/2023
4.4.33 216 7/11/2023
4.4.32 212 7/8/2023
4.4.31 229 7/6/2023
4.4.30 225 7/4/2023
4.4.29 245 7/2/2023
4.4.28 225 6/30/2023
4.4.27 246 6/29/2023
4.4.26 250 6/26/2023
4.4.25 223 6/24/2023
4.4.24 231 6/23/2023
4.4.23 777 6/22/2023
4.4.22 248 6/20/2023
4.4.21 223 6/17/2023
4.4.20 230 6/16/2023
4.4.19 233 6/14/2023
4.4.18 221 6/13/2023
4.4.17 248 6/12/2023
4.4.16 246 6/11/2023
4.4.15 250 6/10/2023
4.4.14 250 6/9/2023
4.4.13 250 6/7/2023
4.4.12 234 6/5/2023
4.4.11 232 6/2/2023
4.4.10 644 3/24/2023
4.4.9 327 3/20/2023
4.4.8 367 3/10/2023
4.4.5 414 12/8/2022
4.4.4 506 6/29/2022
4.4.3 518 5/25/2022
4.4.2 542 4/27/2022
4.4.1 510 4/20/2022
4.4.0 544 4/7/2022
4.3.12 3,450 3/31/2022
4.3.11 555 1/25/2022
4.3.10 385 12/22/2021
4.3.9 410 12/16/2021
4.3.8 400 12/1/2021
4.3.7 555 10/6/2021
4.3.5 317 8/17/2021
4.3.4 164 8/3/2021
4.3.1 386 6/16/2021
4.3.0 463 6/16/2021
4.2.3 177 5/10/2021
4.2.1 182 2/3/2021
4.2.0 526 1/7/2021
4.1.10 281 8/10/2020
4.1.6 615 5/29/2020