saltedfish/location

transform longitude and latitude to address

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/saltedfish/location

1.0.3 2017-04-29 06:21 UTC

This package is not auto-updated.

Last update: 2025-10-22 06:07:50 UTC


README

Install

composer require slatedfish/location

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