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
776
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: shiv shiv
Created: Jun 4, 2013
Updated: 13 years ago

Downloads

show all

Related Extensions