BizPak.GeoLocations.Belgium 1.0.6

dotnet add package BizPak.GeoLocations.Belgium --version 1.0.6
NuGet\Install-Package BizPak.GeoLocations.Belgium -Version 1.0.6
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="BizPak.GeoLocations.Belgium" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizPak.GeoLocations.Belgium --version 1.0.6
#r "nuget: BizPak.GeoLocations.Belgium, 1.0.6"
#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.
// Install BizPak.GeoLocations.Belgium as a Cake Addin
#addin nuget:?package=BizPak.GeoLocations.Belgium&version=1.0.6

// Install BizPak.GeoLocations.Belgium as a Cake Tool
#tool nuget:?package=BizPak.GeoLocations.Belgium&version=1.0.6

Geo Service

Wrapper around Basisregisters Vlaanderen API

All cities and streetnames are preloaded in this NuGet.

Features:

  • List all Belgian cities
  • List all streetnames in a city

Current limitation

Districts (e.g. Ekeren, Berchem) do not return the correct streetnames information in the API. Therefor a mapping has been created that returns all streetnames of all cities where the first number of the postalcode matches.

How to use

var locationService = new LocationService();

var locations = locationService.GetCities();

foreach (var location in locations)
{
    Console.WriteLine(location.City);
}

var streets = locationService.GetStreetNames("BRUSSEL");
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
1.0.6 101 2/16/2024
1.0.5 88 2/14/2024
1.0.4 79 2/14/2024
1.0.3 85 2/14/2024
1.0.2 86 2/14/2024
1.0.1 83 2/14/2024
1.0.0 81 2/11/2024