PHPackages                             fgh151/yii2-latlng-finder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. fgh151/yii2-latlng-finder

ActiveYii2-extension[File &amp; Storage](/categories/file-storage)

fgh151/yii2-latlng-finder
=========================

Find Latitude and Longitude using google maps

v0.0.1(9y ago)152MITPHP

Since Jan 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fgh151/yii2-latlon-finder)[ Packagist](https://packagist.org/packages/fgh151/yii2-latlng-finder)[ RSS](/packages/fgh151-yii2-latlng-finder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

LatLngFinder
============

[](#latlngfinder)

Find Latitude and Longitude using Google Maps

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist fgh151/yii2-latlng-finder "dev-master"

```

or add

```
"fgh151/yii2-latlng-finder": "dev-master"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code mentioned below. Click once on the map to the get the marker and coordinates then you can drag the marker around to the desired place on the map.

- Default usage

```

    Latitude

    Longitude

    Zoom

```

- Default usage without Zoom Field

```

    Latitude

    Longitude

```

- Default usage with optional parameters

```

    Latitude

    Longitude

    Zoom

```

- Default usage with model

```
