Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BsCoordsSharp

Library to get location from cellural networks information (MCC, MNC, LAC, CellID) using Google location services, Yandex location services, OpenCellID, Mylnikov Geo and Mozilla Location Service. Used bscoords library by Alexander Zubakov as a reference.

Usage

await BsGoogleClient().RequestAsync(mcc, mnc, lac, cid);
await BsMozillaClient(apiKey).RequestAsync(mcc, mnc, lac, cid);
await BsMylnikovClient().RequestAsync(mcc, mnc, lac, cid);
await BsOpenCellIdClient(apiKey).RequestAsync(mcc, mnc, lac, cid);
await BsYandexClient().RequestAsync(mcc, mnc, lac, cid);

Download from NuGet Gallery

See also: kolonist/bscoords

License: WTFPL

About

Get location based on (MCC, MNC, LAC, CellID) using Google, Yandex, OpenCellID and Mozilla Location Service

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages