guopee / yii2-geopicker
yii2 extension for pick up the long lat
Package info
github.com/zhengfa/yii2-geopicker
Type:yii2-extension
pkg:composer/guopee/yii2-geopicker
dev-master
2018-08-08 23:43 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-04-07 10:40:45 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(); ?>```