yiqiang/yii2-googlemap

Google Map widget for Yii2

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

dev-master 2014-10-15 09:27 UTC

This package is not auto-updated.

Last update: 2025-07-01 07:00:22 UTC


README

Googlemap plugin for Yii2

Common usage as follows:

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