dev-master
9999999-devGoogle Map in your web app
MIT
The Requires
by Alexander Vasyutin
extension yii2 map
Google Map in your web app
Google Map in your web app, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist alexrvs/yii2-map "*"
or add, (*4)
"alexrvs/yii2-map": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
use namespace, (*7)
```php, (*8)
how to use widget:, (*9)
```php, (*10)
= Map::widget([ 'zoom' => 16, 'center' => 'Red Square', 'width' => 700, 'height' => 400, 'mapType' => Map::MAP_TYPE_SATELLITE, ]); ?>Google Map in your web app
MIT
extension yii2 map