Stevebauman\Location\Drivers\Driver::hydrate PHP Method

hydrate() abstract protected method

Hydrates the position with the given location instance using the drivers array map.
abstract protected hydrate ( Position $position, Illuminate\Support\Fluent $location ) : Position
$position Stevebauman\Location\Position
$location Illuminate\Support\Fluent
return Stevebauman\Location\Position
    protected abstract function hydrate(Position $position, Fluent $location);