saltedfish/location

transform longitude and latitude to address

1.0.3 2017-04-29 06:21 UTC

This package is not auto-updated.

Last update: 2025-05-21 03:59:06 UTC


README

Install

composer require slatedfish/location

$test = new Saltedfish\Location\Location(123, 456);
$address = $test->transformToAddress();