PHPackages                             ibrarturi/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. ibrarturi/yii2-latlng-finder

ActiveYii2-extension

ibrarturi/yii2-latlng-finder
============================

Find Latitude and Longitude using google maps

73.9k↑146.7%5[3 issues](https://github.com/ibrarturi/yii2-latlon-finder/issues)PHP

Since Dec 17Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)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 ibrarturi/yii2-latlng-finder "dev-master"

```

or add

```
"ibrarturi/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

```
