2017 © Pedro Peláez
 

yii2-extension yii2-googlemap

Google Map widget for Yii2

image

yiqiang/yii2-googlemap

Google Map widget for Yii2

  • Wednesday, October 15, 2014
  • by yiqiang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2-GoogleMap

Googlemap plugin for Yii2, (*1)

Common usage as follows:, (*2)

<?php
    echo Map::widget([
        'id'=>'map',
        'container'=>'p',
        'address'=>'21 Lower Kent Ridge Rd, Singapore',
        'options'=>['zoom'=>15],
        'style'=>'height:500px;width:900px;',
    ]);
?>

The Versions

15/10 2014

dev-master

9999999-dev

Google Map widget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar yiqiang

extension yii widget google map