Please help me.
I export all URLs leads in file but it is empty(full addresses in need of geocodeing information). This is file name Accounts_Addresses_20200126. Only this text i see inside: address,lat,lng. May be before export i must do this: Cron URL:
To process the geocoding requests it is recommended to setup a nightly Cron-Job. A custom entry point has been created for this purpose and can be accessed without authentication. The URL shown below is meant to be used with an Administrative Scheduled Task. Please see the documentation for more information.
./index.php?module=jjwg_Maps&entryPoint=jjwg_Maps&cron=1
GEOCODING TEST
Address:
Bulgaria Yambol 8600 Panaiot Volov 19
Array
(
[results] => Array
(
[0] => Array
(
[address_components] => Array
(
[0] => Array
(
[long_name] => Yambol
[short_name] => Yambol
[types] => Array
(
[0] => locality
[1] => political
)
)
[1] => Array
(
[long_name] => Jambol
[short_name] => Jambol
[types] => Array
(
[0] => administrative_area_level_1
[1] => political
)
)
[2] => Array
(
[long_name] => Bulgaria
[short_name] => BG
[types] => Array
(
[0] => country
[1] => political
)
)
)
[formatted_address] => Yambol, Bulgaria
[geometry] => Array
(
[bounds] => Array
(
[northeast] => Array
(
[lat] => 42.5067417
[lng] => 26.5412634
)
[southwest] => Array
(
[lat] => 42.4475374
[lng] => 26.4646359
)
)
[location] => Array
(
[lat] => 42.4841999
[lng] => 26.5035023
)
[location_type] => APPROXIMATE
[viewport] => Array
(
[northeast] => Array
(
[lat] => 42.5067417
[lng] => 26.5412634
)
[southwest] => Array
(
[lat] => 42.4475374
[lng] => 26.4646359
)
)
)
[partial_match] => 1
[place_id] => ChIJtRC3Vik0pkARaluYYwp8F_Q
[types] => Array
(
[0] => locality
[1] => political
)
)
)
[status] => OK
)