Google Map widget for Yii2
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;', ]); ?>
Sources Download
BSD-3-Clause
extension yii widget google map