Skip to content

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

Notifications You must be signed in to change notification settings

cherepets/BsCoordsSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages