Location Manager
Location manager for manage land, building, floor, room and sub room with 2d maps
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jscdev/yii2-location-manager "*"
or add
"jscdev/yii2-location-manager": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \jscdev\LocationManager\AutoloadExample::widget(); ?>```