GDS\Property\Geopoint::__construct PHP Method

__construct() public method

public __construct ( $latitude, $longitude )
    public function __construct($latitude = 0.0, $longitude = 0.0)
    {
        $this->flt_lat = (double) $latitude;
        $this->flt_lon = (double) $longitude;
    }