Tools for geolocation, geocoding and reverse geocoding.
Read performance.md for info on performance and problems.
namespace Clevis\Geolocation
- Position
- Circle ( IArea )
- Rectangle ( IArea )
- SqlGenerator
- Address
- Geocoder
- Google\GeocodingClient ( IGeocodingService, IReverseGeocodingService )
- Nominatim\GeocodingClient ( IGeocodingService, IReverseGeocodingService )
- Google\ElevationApiClient ( IElevationService )
First get a nette tester via composer update --prefer-dist
. Then run the tests using vendor/bin/tester tests/
or similar way on Windows.