FiftyOne.Geolocation 4.5.15

dotnet add package FiftyOne.Geolocation --version 4.5.15
                    
NuGet\Install-Package FiftyOne.Geolocation -Version 4.5.15
                    
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.5.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FiftyOne.Geolocation" Version="4.5.15" />
                    
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.5.15
                    
#r "nuget: FiftyOne.Geolocation, 4.5.15"
                    
#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.5.15
                    
#: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.5.15
                    
Install as a Cake Addin
#tool nuget:?package=FiftyOne.Geolocation&version=4.5.15
                    
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.5.15 122 12/10/2025
4.5.14 142 12/9/2025
4.5.13 130 12/6/2025
4.5.12 175 12/5/2025
4.5.11 177 12/4/2025
4.5.10 654 12/3/2025
4.5.9 656 12/2/2025
4.5.8 403 12/1/2025
4.5.7 244 11/30/2025
4.5.6 167 11/27/2025
4.5.5 170 11/26/2025
4.5.4 166 11/25/2025
4.5.3 169 11/25/2025
4.5.2 312 11/21/2025
4.5.1 391 11/20/2025
4.4.315 406 11/19/2025
4.4.314 195 11/15/2025
4.4.313 276 11/13/2025
4.4.312 278 11/12/2025
4.4.311 194 11/6/2025
4.4.310 185 11/5/2025
4.4.309 187 11/3/2025
4.4.308 129 11/2/2025
4.4.307 184 10/31/2025
4.4.306 98 10/25/2025
4.4.305 126 10/19/2025
4.4.304 94 10/18/2025
4.4.303 176 10/15/2025
4.4.302 113 10/12/2025
4.4.301 93 10/11/2025
4.4.300 166 10/10/2025
4.4.299 165 10/9/2025
4.4.298 180 10/5/2025
4.4.297 111 10/4/2025
4.4.296 182 10/3/2025
4.4.295 191 9/26/2025
4.4.294 183 9/25/2025
4.4.293 190 9/21/2025
4.4.292 310 9/18/2025
4.4.291 320 9/17/2025
4.4.289 207 9/3/2025
4.4.288 176 9/2/2025
4.4.287 206 8/30/2025
4.4.286 237 8/27/2025
4.4.285 231 8/26/2025
4.4.284 176 8/21/2025
4.4.283 198 8/13/2025
4.4.282 263 8/5/2025
4.4.281 219 8/4/2025
4.4.280 277 6/6/2025
4.4.279 222 5/23/2025
4.4.278 308 4/16/2025
4.4.277 190 4/5/2025
4.4.276 241 4/4/2025
4.4.275 253 4/3/2025
4.4.274 258 4/2/2025
4.4.273 255 3/19/2025
4.4.272 234 3/16/2025
4.4.271 240 3/13/2025
4.4.270 226 3/12/2025
4.4.269 208 3/9/2025
4.4.268 284 3/8/2025
4.4.267 276 3/7/2025
4.4.266 285 3/6/2025
4.4.265 289 3/5/2025
4.4.264 224 3/3/2025
4.4.263 180 3/2/2025
4.4.262 210 2/28/2025
4.4.261 183 2/27/2025
4.4.260 218 2/19/2025
4.4.259 215 2/13/2025
4.4.258 186 2/9/2025
4.4.257 200 2/8/2025
4.4.256 173 2/7/2025
4.4.255 196 2/5/2025
4.4.254 215 2/4/2025
4.4.253 700 2/3/2025
4.4.252 192 2/1/2025
4.4.251 183 1/30/2025
4.4.250 252 1/27/2025
4.4.249 201 1/26/2025
4.4.248 172 1/25/2025
4.4.247 197 1/23/2025
4.4.246 202 1/21/2025
4.4.245 200 1/19/2025
4.4.244 166 1/17/2025
4.4.243 188 1/16/2025
4.4.242 193 1/10/2025
4.4.241 233 1/8/2025
4.4.240 198 1/4/2025
4.4.239 182 1/3/2025
4.4.238 192 1/2/2025
4.4.237 211 12/26/2024
4.4.236 175 12/24/2024
4.4.235 206 12/22/2024
4.4.234 165 12/21/2024
4.4.233 184 12/19/2024
4.4.232 190 12/18/2024
4.4.231 188 12/17/2024
4.4.230 167 12/16/2024
4.4.229 185 12/14/2024
4.4.228 228 12/6/2024
4.4.227 221 12/4/2024
4.4.226 168 12/3/2024
4.4.225 175 12/2/2024
4.4.224 193 11/27/2024
4.4.223 186 11/26/2024
4.4.222 199 11/15/2024
4.4.221 164 11/14/2024
4.4.220 186 11/13/2024
4.4.219 203 11/12/2024
4.4.218 188 11/10/2024
4.4.217 170 11/9/2024
4.4.216 178 11/7/2024
4.4.215 194 11/6/2024
4.4.214 161 11/4/2024
4.4.213 165 11/3/2024
4.4.212 181 10/24/2024
4.4.211 205 10/23/2024
4.4.210 214 10/20/2024
4.4.209 236 10/18/2024
4.4.208 168 10/17/2024
4.4.207 197 10/16/2024
4.4.206 307 10/11/2024
4.4.205 177 10/10/2024
4.4.204 201 10/9/2024
4.4.203 195 10/5/2024
4.4.202 183 10/3/2024
4.4.201 185 10/2/2024
4.4.200 196 10/1/2024
4.4.199 192 9/29/2024
4.4.198 202 9/14/2024
4.4.197 216 9/11/2024
4.4.196 197 9/10/2024
4.4.195 205 9/9/2024
4.4.194 180 9/8/2024
4.4.193 192 9/7/2024
4.4.192 194 9/6/2024
4.4.191 175 9/6/2024
4.4.190 216 9/5/2024
4.4.189 222 9/5/2024
4.4.188 199 9/4/2024
4.4.187 190 9/3/2024
4.4.186 184 8/30/2024
4.4.185 211 8/21/2024
4.4.184 207 8/16/2024
4.4.183 199 8/15/2024
4.4.182 222 8/14/2024
4.4.181 183 8/8/2024
4.4.180 166 8/7/2024
4.4.179 188 8/6/2024
4.4.178 142 8/4/2024
4.4.177 162 8/3/2024
4.4.176 155 7/31/2024
4.4.175 1,685 7/27/2024
4.4.174 212 7/26/2024
4.4.173 183 7/25/2024
4.4.172 172 7/20/2024
4.4.171 160 7/19/2024
4.4.170 170 7/18/2024
4.4.169 171 7/17/2024
4.4.168 183 7/16/2024
4.4.167 177 7/12/2024
4.4.166 211 7/11/2024
4.4.165 230 7/10/2024
4.4.164 230 7/8/2024
4.4.163 202 7/7/2024
4.4.162 224 7/5/2024
4.4.161 221 6/28/2024
4.4.160 218 6/27/2024
4.4.159 240 6/20/2024
4.4.158 227 6/16/2024
4.4.157 188 6/15/2024
4.4.156 212 6/12/2024
4.4.155 227 6/2/2024
4.4.154 170 6/1/2024
4.4.153 183 5/31/2024
4.4.152 1,175 5/30/2024
4.4.151 208 5/29/2024
4.4.150 200 5/28/2024
4.4.149 258 5/26/2024
4.4.148 248 5/23/2024
4.4.147 215 5/19/2024
4.4.146 191 5/18/2024
4.4.145 245 5/17/2024
4.4.144 221 5/16/2024
4.4.143 200 5/15/2024
4.4.142 201 5/14/2024
4.4.141 196 5/13/2024
4.4.140 224 5/9/2024
4.4.139 207 5/8/2024
4.4.138 270 5/4/2024
4.4.137 163 5/3/2024
4.4.136 214 5/1/2024
4.4.135 214 4/29/2024
4.4.134 219 4/26/2024
4.4.133 218 4/24/2024
4.4.132 243 4/22/2024
4.4.131 206 4/21/2024
4.4.130 220 4/20/2024
4.4.129 241 4/19/2024
4.4.128 408 3/28/2024
4.4.127 235 3/22/2024
4.4.126 179 3/21/2024
4.4.125 283 3/20/2024
4.4.124 206 3/19/2024
4.4.123 218 3/18/2024
4.4.122 236 3/17/2024
4.4.121 210 3/16/2024
4.4.120 239 2/23/2024
4.4.119 239 2/22/2024
4.4.118 217 2/17/2024
4.4.117 204 2/16/2024
4.4.116 235 2/15/2024
4.4.115 235 2/14/2024
4.4.114 230 2/7/2024
4.4.113 195 2/3/2024
4.4.112 352 2/2/2024
4.4.111 203 2/1/2024
4.4.110 235 1/29/2024
4.4.109 207 1/28/2024
4.4.108 224 1/27/2024
4.4.107 194 1/26/2024
4.4.106 231 1/19/2024
4.4.105 218 1/18/2024
4.4.104 233 1/17/2024
4.4.103 219 1/15/2024
4.4.102 217 1/14/2024
4.4.101 226 1/13/2024
4.4.100 203 1/12/2024
4.4.99 206 1/11/2024
4.4.98 215 1/8/2024
4.4.97 205 1/7/2024
4.4.96 238 12/22/2023
4.4.95 239 12/20/2023
4.4.94 247 12/9/2023
4.4.93 254 12/8/2023
4.4.92 209 12/4/2023
4.4.91 189 12/3/2023
4.4.90 192 12/2/2023
4.4.89 178 12/1/2023
4.4.88 205 11/30/2023
4.4.87 207 11/27/2023
4.4.86 170 11/26/2023
4.4.85 196 11/25/2023
4.4.84 202 11/24/2023
4.4.83 191 11/23/2023
4.4.82 205 11/22/2023
4.4.81 207 11/21/2023
4.4.80 180 11/18/2023
4.4.79 190 11/16/2023
4.4.78 210 11/10/2023
4.4.77 186 11/5/2023
4.4.76 204 11/4/2023
4.4.75 196 11/3/2023
4.4.74 192 11/2/2023
4.4.73 221 10/30/2023
4.4.72 202 10/29/2023
4.4.71 190 10/28/2023
4.4.70 182 10/27/2023
4.4.69 215 10/26/2023
4.4.68 211 10/21/2023
4.4.67 250 10/13/2023
4.4.66 196 10/12/2023
4.4.65 216 10/5/2023
4.4.64 225 9/25/2023
4.4.63 207 9/24/2023
4.4.62 176 9/22/2023
4.4.61 186 9/21/2023
4.4.60 209 9/18/2023
4.4.59 199 9/17/2023
4.4.58 230 9/16/2023
4.4.57 234 9/15/2023
4.4.56 235 9/14/2023
4.4.55 204 9/13/2023
4.4.54 214 9/11/2023
4.4.53 268 9/10/2023
4.4.52 242 9/9/2023
4.4.51 245 9/7/2023
4.4.50 219 9/4/2023
4.4.49 227 9/3/2023
4.4.48 273 9/2/2023
4.4.47 264 9/1/2023
4.4.46 359 8/20/2023
4.4.45 241 8/13/2023
4.4.44 262 8/12/2023
4.4.43 225 8/11/2023
4.4.42 247 8/10/2023
4.4.41 250 8/8/2023
4.4.40 238 8/6/2023
4.4.39 271 7/24/2023
4.4.38 277 7/22/2023
4.4.37 269 7/19/2023
4.4.36 261 7/17/2023
4.4.35 237 7/15/2023
4.4.34 247 7/13/2023
4.4.33 259 7/11/2023
4.4.32 261 7/8/2023
4.4.31 264 7/6/2023
4.4.30 259 7/4/2023
4.4.29 289 7/2/2023
4.4.28 269 6/30/2023
4.4.27 299 6/29/2023
4.4.26 298 6/26/2023
4.4.25 257 6/24/2023
4.4.24 259 6/23/2023
4.4.23 812 6/22/2023
4.4.22 299 6/20/2023
4.4.21 259 6/17/2023
4.4.20 272 6/16/2023
4.4.19 285 6/14/2023
4.4.18 259 6/13/2023
4.4.17 274 6/12/2023
4.4.16 300 6/11/2023
4.4.15 309 6/10/2023
4.4.14 291 6/9/2023
4.4.13 287 6/7/2023
4.4.12 286 6/5/2023
4.4.11 277 6/2/2023
4.4.10 720 3/24/2023
4.4.9 373 3/20/2023
4.4.8 419 3/10/2023
4.4.5 465 12/8/2022
4.4.4 557 6/29/2022
4.4.3 581 5/25/2022
4.4.2 594 4/27/2022
4.4.1 558 4/20/2022
4.4.0 600 4/7/2022
4.3.12 3,684 3/31/2022
4.3.11 610 1/25/2022
4.3.10 439 12/22/2021
4.3.9 462 12/16/2021
4.3.8 453 12/1/2021
4.3.7 626 10/6/2021
4.3.5 325 8/17/2021
4.3.4 174 8/3/2021
4.3.1 410 6/16/2021
4.3.0 521 6/16/2021
4.2.3 183 5/10/2021
4.2.1 208 2/3/2021
4.2.0 580 1/7/2021
4.1.10 290 8/10/2020
4.1.6 677 5/29/2020