FiftyOne.Geolocation 4.4.305

dotnet add package FiftyOne.Geolocation --version 4.4.305
                    
NuGet\Install-Package FiftyOne.Geolocation -Version 4.4.305
                    
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.305" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FiftyOne.Geolocation" Version="4.4.305" />
                    
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.305
                    
#r "nuget: FiftyOne.Geolocation, 4.4.305"
                    
#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.305
                    
#: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.305
                    
Install as a Cake Addin
#tool nuget:?package=FiftyOne.Geolocation&version=4.4.305
                    
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.305 32 10/19/2025
4.4.304 33 10/18/2025
4.4.303 116 10/15/2025
4.4.302 89 10/12/2025
4.4.301 75 10/11/2025
4.4.300 146 10/10/2025
4.4.299 148 10/9/2025
4.4.298 162 10/5/2025
4.4.297 94 10/4/2025
4.4.296 166 10/3/2025
4.4.295 178 9/26/2025
4.4.294 167 9/25/2025
4.4.293 175 9/21/2025
4.4.292 297 9/18/2025
4.4.291 300 9/17/2025
4.4.289 185 9/3/2025
4.4.288 154 9/2/2025
4.4.287 183 8/30/2025
4.4.286 214 8/27/2025
4.4.285 209 8/26/2025
4.4.284 154 8/21/2025
4.4.283 177 8/13/2025
4.4.282 247 8/5/2025
4.4.281 206 8/4/2025
4.4.280 262 6/6/2025
4.4.279 212 5/23/2025
4.4.278 296 4/16/2025
4.4.277 180 4/5/2025
4.4.276 230 4/4/2025
4.4.275 239 4/3/2025
4.4.274 239 4/2/2025
4.4.273 238 3/19/2025
4.4.272 213 3/16/2025
4.4.271 225 3/13/2025
4.4.270 212 3/12/2025
4.4.269 196 3/9/2025
4.4.268 270 3/8/2025
4.4.267 265 3/7/2025
4.4.266 271 3/6/2025
4.4.265 278 3/5/2025
4.4.264 206 3/3/2025
4.4.263 166 3/2/2025
4.4.262 193 2/28/2025
4.4.261 167 2/27/2025
4.4.260 201 2/19/2025
4.4.259 202 2/13/2025
4.4.258 173 2/9/2025
4.4.257 183 2/8/2025
4.4.256 164 2/7/2025
4.4.255 180 2/5/2025
4.4.254 197 2/4/2025
4.4.253 606 2/3/2025
4.4.252 176 2/1/2025
4.4.251 170 1/30/2025
4.4.250 231 1/27/2025
4.4.249 185 1/26/2025
4.4.248 160 1/25/2025
4.4.247 186 1/23/2025
4.4.246 185 1/21/2025
4.4.245 188 1/19/2025
4.4.244 155 1/17/2025
4.4.243 179 1/16/2025
4.4.242 182 1/10/2025
4.4.241 220 1/8/2025
4.4.240 187 1/4/2025
4.4.239 169 1/3/2025
4.4.238 176 1/2/2025
4.4.237 194 12/26/2024
4.4.236 164 12/24/2024
4.4.235 191 12/22/2024
4.4.234 154 12/21/2024
4.4.233 175 12/19/2024
4.4.232 173 12/18/2024
4.4.231 169 12/17/2024
4.4.230 153 12/16/2024
4.4.229 174 12/14/2024
4.4.228 213 12/6/2024
4.4.227 203 12/4/2024
4.4.226 155 12/3/2024
4.4.225 156 12/2/2024
4.4.224 180 11/27/2024
4.4.223 171 11/26/2024
4.4.222 190 11/15/2024
4.4.221 153 11/14/2024
4.4.220 170 11/13/2024
4.4.219 186 11/12/2024
4.4.218 176 11/10/2024
4.4.217 158 11/9/2024
4.4.216 165 11/7/2024
4.4.215 174 11/6/2024
4.4.214 150 11/4/2024
4.4.213 152 11/3/2024
4.4.212 171 10/24/2024
4.4.211 190 10/23/2024
4.4.210 200 10/20/2024
4.4.209 220 10/18/2024
4.4.208 153 10/17/2024
4.4.207 177 10/16/2024
4.4.206 287 10/11/2024
4.4.205 163 10/10/2024
4.4.204 181 10/9/2024
4.4.203 181 10/5/2024
4.4.202 170 10/3/2024
4.4.201 172 10/2/2024
4.4.200 179 10/1/2024
4.4.199 176 9/29/2024
4.4.198 192 9/14/2024
4.4.197 202 9/11/2024
4.4.196 180 9/10/2024
4.4.195 186 9/9/2024
4.4.194 170 9/8/2024
4.4.193 180 9/7/2024
4.4.192 181 9/6/2024
4.4.191 164 9/6/2024
4.4.190 199 9/5/2024
4.4.189 202 9/5/2024
4.4.188 182 9/4/2024
4.4.187 176 9/3/2024
4.4.186 170 8/30/2024
4.4.185 200 8/21/2024
4.4.184 194 8/16/2024
4.4.183 187 8/15/2024
4.4.182 209 8/14/2024
4.4.181 170 8/8/2024
4.4.180 156 8/7/2024
4.4.179 172 8/6/2024
4.4.178 129 8/4/2024
4.4.177 143 8/3/2024
4.4.176 139 7/31/2024
4.4.175 1,558 7/27/2024
4.4.174 198 7/26/2024
4.4.173 171 7/25/2024
4.4.172 157 7/20/2024
4.4.171 148 7/19/2024
4.4.170 157 7/18/2024
4.4.169 161 7/17/2024
4.4.168 170 7/16/2024
4.4.167 168 7/12/2024
4.4.166 189 7/11/2024
4.4.165 210 7/10/2024
4.4.164 213 7/8/2024
4.4.163 188 7/7/2024
4.4.162 208 7/5/2024
4.4.161 204 6/28/2024
4.4.160 202 6/27/2024
4.4.159 218 6/20/2024
4.4.158 210 6/16/2024
4.4.157 174 6/15/2024
4.4.156 196 6/12/2024
4.4.155 213 6/2/2024
4.4.154 160 6/1/2024
4.4.153 172 5/31/2024
4.4.152 1,092 5/30/2024
4.4.151 196 5/29/2024
4.4.150 184 5/28/2024
4.4.149 236 5/26/2024
4.4.148 228 5/23/2024
4.4.147 205 5/19/2024
4.4.146 179 5/18/2024
4.4.145 230 5/17/2024
4.4.144 206 5/16/2024
4.4.143 185 5/15/2024
4.4.142 184 5/14/2024
4.4.141 184 5/13/2024
4.4.140 213 5/9/2024
4.4.139 193 5/8/2024
4.4.138 256 5/4/2024
4.4.137 150 5/3/2024
4.4.136 201 5/1/2024
4.4.135 192 4/29/2024
4.4.134 204 4/26/2024
4.4.133 205 4/24/2024
4.4.132 226 4/22/2024
4.4.131 193 4/21/2024
4.4.130 202 4/20/2024
4.4.129 220 4/19/2024
4.4.128 391 3/28/2024
4.4.127 223 3/22/2024
4.4.126 166 3/21/2024
4.4.125 265 3/20/2024
4.4.124 194 3/19/2024
4.4.123 203 3/18/2024
4.4.122 217 3/17/2024
4.4.121 197 3/16/2024
4.4.120 220 2/23/2024
4.4.119 220 2/22/2024
4.4.118 200 2/17/2024
4.4.117 191 2/16/2024
4.4.116 219 2/15/2024
4.4.115 218 2/14/2024
4.4.114 220 2/7/2024
4.4.113 184 2/3/2024
4.4.112 337 2/2/2024
4.4.111 187 2/1/2024
4.4.110 220 1/29/2024
4.4.109 193 1/28/2024
4.4.108 206 1/27/2024
4.4.107 184 1/26/2024
4.4.106 215 1/19/2024
4.4.105 198 1/18/2024
4.4.104 215 1/17/2024
4.4.103 207 1/15/2024
4.4.102 203 1/14/2024
4.4.101 213 1/13/2024
4.4.100 189 1/12/2024
4.4.99 194 1/11/2024
4.4.98 204 1/8/2024
4.4.97 192 1/7/2024
4.4.96 222 12/22/2023
4.4.95 219 12/20/2023
4.4.94 234 12/9/2023
4.4.93 235 12/8/2023
4.4.92 202 12/4/2023
4.4.91 185 12/3/2023
4.4.90 187 12/2/2023
4.4.89 171 12/1/2023
4.4.88 199 11/30/2023
4.4.87 195 11/27/2023
4.4.86 167 11/26/2023
4.4.85 186 11/25/2023
4.4.84 189 11/24/2023
4.4.83 179 11/23/2023
4.4.82 197 11/22/2023
4.4.81 197 11/21/2023
4.4.80 173 11/18/2023
4.4.79 178 11/16/2023
4.4.78 200 11/10/2023
4.4.77 180 11/5/2023
4.4.76 197 11/4/2023
4.4.75 189 11/3/2023
4.4.74 185 11/2/2023
4.4.73 208 10/30/2023
4.4.72 197 10/29/2023
4.4.71 187 10/28/2023
4.4.70 178 10/27/2023
4.4.69 208 10/26/2023
4.4.68 206 10/21/2023
4.4.67 237 10/13/2023
4.4.66 191 10/12/2023
4.4.65 204 10/5/2023
4.4.64 211 9/25/2023
4.4.63 198 9/24/2023
4.4.62 172 9/22/2023
4.4.61 180 9/21/2023
4.4.60 197 9/18/2023
4.4.59 188 9/17/2023
4.4.58 223 9/16/2023
4.4.57 228 9/15/2023
4.4.56 228 9/14/2023
4.4.55 200 9/13/2023
4.4.54 210 9/11/2023
4.4.53 251 9/10/2023
4.4.52 231 9/9/2023
4.4.51 236 9/7/2023
4.4.50 213 9/4/2023
4.4.49 215 9/3/2023
4.4.48 263 9/2/2023
4.4.47 254 9/1/2023
4.4.46 355 8/20/2023
4.4.45 236 8/13/2023
4.4.44 253 8/12/2023
4.4.43 223 8/11/2023
4.4.42 237 8/10/2023
4.4.41 241 8/8/2023
4.4.40 232 8/6/2023
4.4.39 265 7/24/2023
4.4.38 267 7/22/2023
4.4.37 262 7/19/2023
4.4.36 250 7/17/2023
4.4.35 230 7/15/2023
4.4.34 242 7/13/2023
4.4.33 250 7/11/2023
4.4.32 247 7/8/2023
4.4.31 256 7/6/2023
4.4.30 252 7/4/2023
4.4.29 275 7/2/2023
4.4.28 258 6/30/2023
4.4.27 289 6/29/2023
4.4.26 287 6/26/2023
4.4.25 251 6/24/2023
4.4.24 252 6/23/2023
4.4.23 807 6/22/2023
4.4.22 289 6/20/2023
4.4.21 253 6/17/2023
4.4.20 260 6/16/2023
4.4.19 277 6/14/2023
4.4.18 252 6/13/2023
4.4.17 268 6/12/2023
4.4.16 285 6/11/2023
4.4.15 293 6/10/2023
4.4.14 281 6/9/2023
4.4.13 281 6/7/2023
4.4.12 271 6/5/2023
4.4.11 264 6/2/2023
4.4.10 677 3/24/2023
4.4.9 358 3/20/2023
4.4.8 407 3/10/2023
4.4.5 451 12/8/2022
4.4.4 541 6/29/2022
4.4.3 559 5/25/2022
4.4.2 577 4/27/2022
4.4.1 544 4/20/2022
4.4.0 581 4/7/2022
4.3.12 3,570 3/31/2022
4.3.11 591 1/25/2022
4.3.10 417 12/22/2021
4.3.9 441 12/16/2021
4.3.8 431 12/1/2021
4.3.7 600 10/6/2021
4.3.5 319 8/17/2021
4.3.4 168 8/3/2021
4.3.1 399 6/16/2021
4.3.0 498 6/16/2021
4.2.3 179 5/10/2021
4.2.1 195 2/3/2021
4.2.0 555 1/7/2021
4.1.10 286 8/10/2020
4.1.6 647 5/29/2020