joshmoody / geocoder-extra

Geocoder extra features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geocoder Extra

Build Status Latest Stable Version

This repository hosts Geocoder extra features that do not belong to the core but can be nonetheless interesting to share with other developers. It mostly contains providers.

Installation

The recommended way to install this package is through Composer:

{
    "require": {
        "geocoder-php/geocoder-extra": "@stable"
    }
}

Protip: you should browse the geocoder-php/geocoder-extra page to choose a stable version to use, avoid the @stable meta constraint.

Usage

Please, read the Geocoder's documentation.

Providers

  • OGD Vienna as Address-Based geocoding provider (exclusively in Vienna / Austria);
  • Naver as Address-Base geocoding provider (exclusively in South Korea).
  • Geocodio as Address-Based geocoding and reverse geocoding provider (exclusively in USA).

Contributing

See Geocoder's CONTRIBUTING file.

License

geocoder-extra is released under the MIT License. See the bundled LICENSE file for details.

About

Geocoder extra features.

License:MIT License


Languages

Language:PHP 100.0%