FiftyOne.Geolocation 4.4.307

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