marcomoura / Gmap-geocode

Query gmap with a address for the geolocation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Busca um endereço no Google Maps e retorna o geocode e um parser do endereço consultado


How to use

    $geocode = new Gmap_Geocode() ;
    $geocode->get( "12500-000" ) ;
    $geocode->latitude;
    $geocode->longitude;


Tests

Requeriments

    * phpunit
    
    phpunit test/

To auto run tests

Use the ruby gem Watchr 

    watchr .watchr.rb


About

Query gmap with a address for the geolocation


Languages

Language:PHP 98.3%Language:Ruby 1.7%