deka6pb/yii2-geocoder Yii 2 Geocoder with Yandex Geocoder API and Google Maps API

yii2-geocodergeocoderdeka6pb

yii2-geocoder

Description

This module need to find the coordinates by address using The Google Maps Geocoding API or Yandex Geocoder API.

Installation

This document will guide you through the process of installing Yii2-geocoder using composer.

Download Yii2-geocoder using composer

Add "deka6pb/yii2-geocoder": "*" to the require section of your composer.json file and run composer update to download and install Yii2-autoparser.

Geocoders:
- Geocoder::TYPE_GOOGLE
- Geocoder::TYPE_YANDEX

Methods:

findByAddress($address, array $params = [], $results = 10)

findOneByAddress($address, array $params = [])

findByPoint(Point $point, $kind, Point $radius = null, array $params = [], $results = 10)

findByOnePoint(Point $point, $kind, Point $radius = null, array $params = [])

For example:

$address = "2707 Congress St., San Diego, CA 92110";

/* @var CoderInterface $coder */
$coder = Geocoder::build(Geocoder::TYPE_GOOGLE);
$object = $coder::findOneByAddress($address);

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
3 github stars & 5 github forks
3 downloads in the last day
29 downloads in the last 30 days
2031 total downloads