Skip to content

A .NET library that provides Nigerian based locations list and info such as States,Local Government Areas,Cities etc...

Notifications You must be signed in to change notification settings

kaysho/Localman.NET

Repository files navigation

Build Status

Localman.NET

A .NET library that provides Nigerian based locations list and info such as States and Local Government Areas

Setup

  • To use the library in your projects,follow the steps below;
  1. Download the current version through NuGet and install it in your .NET project.
# How to use

var localman = new Localman.NET.Localman();

// get list of all states in Nigeria
var states = localman.GetAllStates();

// get list of all local government areas in Lagos State
 var lgasInLagos = localman.GetLGAs(State.LAGOS);

// get latitude of Lagos State
var latInLagos = localman.GetLatitude(State.LAGOS);

About

A .NET library that provides Nigerian based locations list and info such as States,Local Government Areas,Cities etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages