Download the PHP package jackmartin/laravel-yandex-geocode without Composer
On this page you can find all versions of the php package jackmartin/laravel-yandex-geocode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jackmartin/laravel-yandex-geocode
More information about jackmartin/laravel-yandex-geocode
Files in jackmartin/laravel-yandex-geocode
Package laravel-yandex-geocode
Short Description Simply service laravel Yandex Geocoding
License MIT
Homepage https://github.com/martinjack/laravel-yandex-geocoding
Informations about the package laravel-yandex-geocode
Laravel Yandex.Geocoding
Simply package laravel Yandex.Geocoding
Installation
Run composer require command.
Laravel Setting
After updating composer, register the service provider in bootstrap\app.php
Add then alias YaGeo adding its facade to the aliases array in the same file:
Configuration parameters package
Api page: https://tech.yandex.ru/maps/doc/geocoder/desc/concepts/input_params-docpage/
Copy file config yandex-geocoding.php in config folder
Select Tag: yandex-geocoding-config
or
Api key
Api version
Language api response
Skip object in query
Usage
Methods
- Get raw data response
- Get data response
- Get name country
- Get name region
- Get name district
- Get name locality
- Get name street
- Get house number
- Get full raw address
- Get full address
- Get latitude
- Get longitude
- Get type
Laravel Яндекс.Геокодирование
Простой пакет laravel Яндекс.Геокодирование
Установка
Установить пакет с помощью composer
Laravel настройка пакета
После установки пакета с помощью composer, зарегистрируйте сервис пакета в файле bootstrap/app.php:
Затем для быстрого вызов класса пакета, добавьте псевдоним в этот же файле:
Настройка параметров пакета
Документация: https://tech.yandex.ru/maps/doc/geocoder/desc/concepts/input_params-docpage/
Копируем файл настроек yandex-geocondig.php в config папку
Выбираем Tag: yandex-geocoding-config
или
Ключ API
API версия
Язык ответа
Количество пропускаемых объектов в запросе
Использование
Методы
- Получить сырые данные ответа
- Получить данные ответа
- Получить имя страны
- Получить имя области
- Получить имя района
- Получить имя населенного пункта
- Получить имя улицы
- Получить номер дома
- Получить полный сырой адрес
- Получить полный адрес
- Получить широту
- Получить долготу
- Получить тип