PHP code example of jexme / nova-yandex-map-coordionate-picker
1. Go to this page and download the library: Download jexme/nova-yandex-map-coordionate-picker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jexme / nova-yandex-map-coordionate-picker example snippets
use Jexme\YandexMapPicker\YandexMapPicker;
// ....
YandexMapPicker::make('Coordinates'),
// also you can set zoom from 1 to 20 (default: 12)
YandexMapPicker::make('Coordinates')->setZoom(12),