Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
        'formatted_address' => 'Huoben 2, 6023 Rothenburg, Schweiz',
    ...
                            'location_type' => 'ROOFTOP'
                    }
            };
    
  2. or download this
    my $long = $location->{'geometry'}{'viewport'}{'location'}{'lng'};
    my $lat = $location->{'geometry'}{'viewport'}{'location'}{'lat'};