Help for this page

Select Code to Download


  1. or download this
    $location->{address_components}[0]{types}[0]
       = "street_number"; #d3
    ...
    $location->{geometry}{location_type}
     = "ROOFTOP"; #d1
    
  2. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
    
    
    __END__