PHP code example of richarddobron / google-maps-data-parameter-parser

1. Go to this page and download the library: Download richarddobron/google-maps-data-parameter-parser library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

richarddobron / google-maps-data-parameter-parser example snippets


$data = \dobron\GoogleMapsQueryArgs::decode('!3m1!4b1!4m13!4m12!1m5!1m1!1s0x47bee19f7ccbda49:0x86dbf8c6685c9617!2m2!1d7.0982068!2d50.73743!1m5!1m1!1s0x47a84e373f035901:0x42120465b5e3b70!2m2!1d13.404954!2d52.5200066');

$protocolBuffer = \dobron\GoogleMapsQueryArgs::encode($data);