location-picker Let you pick and search location City, Country and coordinates on map

  1. Requirements
  2. Usage
  3. Resources

This extension let you pick and search location City, Country and coordinates on map.

Requirements

(Yii 1.1 or above) and you must get your own map key using Google API Console: https://code.google.com/apis/console

Usage

<?php

Yii::import('ext.LocationPicker.Location');

$model = new Location();
$this->widget ( 'ext.LocationPicker.LocationWidget',
		array (
				'model' => $model,
				'map_key' => 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
		));

?>

Resources

5 2
11 followers
776 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: shiv
Created on: Jun 4, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions