$host
$host : string
Host name to look up
Geo class
__construct(array $options = array()) : \Pop\Geo\Geo
Constructor
Instantiate the Geo object
| array | $options |
distanceTo(\Pop\Geo\Geo $dest, integer $round = 2, boolean $km = false) : mixed
Get distance from current Geo object coordinates to another
| \Pop\Geo\Geo | $dest | |
| integer | $round | |
| boolean | $km |