App\Http\Controllers\ExampleController::getPlaceAdd PHP Method

getPlaceAdd() public method

public getPlaceAdd ( )
    public function getPlaceAdd()
    {
        $d = \GoogleMaps::load('placeadd')->setParam(['location' => ['lat' => -33.866971, 'lng' => 151.195875], 'accuracy' => 0, "name" => "Google Shoes!", "phone_number" => "(02) 9374 4000", "address" => "48 Pirrama Road, Pyrmont, NSW 2009, Australia", "types" => ["shoe_store"], "website" => "http://www.google.com.au/", "language" => "en-AU"])->getResponseByKey('place_id');
        dd($d);
    }