studioevol
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Field ACF map importHi,
I have only theses informations for each user and my google map API key.
address / name / street_number / street_name / city / state / post_code / country / country_short
I have represented this information in one cell. If I need to, I can separate them, but how can I import several cells for one field?
Forum: Plugins
In reply to: [Import and export users and customers] Field ACF map importIt seems that this is created by the lat/lng. When we enter an address, google automatically converts it to lat/lng.
It seems that it is possible to do this in code via API. Do you think this is possible on your side?
Thanks
Forum: Plugins
In reply to: [Import and export users and customers] Field ACF map importHi, This is the output in usermeta table for my field
a:13:{s:7:"address";s:44:"300 Rue Louis Rustin, 74160 Archamps, France";s:3:"lat";d:46.1388312;s:3:"lng";d:6.1170125;s:4:"zoom";i:14;s:8:"place_id";s:27:"ChIJ7ciBi8h7jEcR8oKm8dFCZlg";s:4:"name";s:20:"300 Rue Louis Rustin";s:13:"street_number";s:3:"300";s:11:"street_name";s:16:"Rue Louis Rustin";s:4:"city";s:8:"Archamps";s:5:"state";s:21:"Auvergne-Rhône-Alpes";s:9:"post_code";s:5:"74160";s:7:"country";s:6:"France";s:13:"country_short";s:2:"FR";}