# TsGeo - A Simple Geo Library for [TypeScript](https://www.typescriptlang.org/)

TsGeo provides abstractions to geographical coordinates (including support for different ellipsoids) and allows you to calculate geographical distances between coordinates with high precision.

This library can be used in [TypeScript](https://www.typescriptlang.org/) project, for instance application under:
- [Angular](https://angular.io/)
- [Ionic](https://ionicframework.com)
- ...

Full informations are available on the page of project [https://github.com/clemdesign/typescript-tsgeo](https://github.com/clemdesign/typescript-tsgeo).

## Credits

* [phpgeo](https://github.com/mjaschen/phpgeo) of [Marcus Jaschen](https://github.com/mjaschen)

## License

Copyright (c) 2018 [clemdesign](https://github.com/clemdesign/).

For use under the terms of the [MIT](http://www.opensource.org/licenses/mit-license.php) license. 
