PHP Class League\Geotools\Geotools

Author: Antoine Corcy ([email protected])
Inheritance: extends AbstractGeotools, implements League\Geotools\GeotoolsInterface
显示文件 Open project: toin0u/geotools Class Usage Examples

Public Methods

Method Description
batch ( Geocoder $geocoder ) {@inheritDoc}
convert ( League\Geotools\Coordinate\CoordinateInterface $coordinates ) {@inheritDoc}
distance ( ) {@inheritDoc}
geohash ( ) {@inheritDoc}
vertex ( ) {@inheritDoc}

Method Details

batch() public method

{@inheritDoc}
public batch ( Geocoder $geocoder )
$geocoder Geocoder\Geocoder

convert() public method

{@inheritDoc}
public convert ( League\Geotools\Coordinate\CoordinateInterface $coordinates )
$coordinates League\Geotools\Coordinate\CoordinateInterface

distance() public method

{@inheritDoc}
public distance ( )

geohash() public method

{@inheritDoc}
public geohash ( )

vertex() public method

{@inheritDoc}
public vertex ( )