guopee/yii2-geopicker

yii2 extension for pick up the long lat

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-08-08 23:43 UTC

This package is not auto-updated.

Last update: 2024-06-04 01:35:19 UTC


README

yii2 extension widget for pick up the long lat with AMAP or BAIDU MAP

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist guopee/yii2-geopicker "*"

or add

"guopee/yii2-geopicker": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \guopee\GeoPicker::widget(); ?>```