Skip Navigation

[Resolved] Integration with WP Google Maps

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 6 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#1077610

Does Toolset integrate with WP Google Maps? (hidden link)

I realize Toolset has its own maps component but WP Google Maps has a lot of additional specialised features and I would like to know if it is possible to pass the address parameters to this plugin easily...

Thanks - your this tool is amazing.
Andrew

#1078278

Hello,

No, Toolset does not integrate with WP Google Maps.

I assume you are going to achieve these:
1) Use Toolset to setup the custom address field
2) Pass the address field value as parameters to "WP Google Maps" plugin

If it is, you can output the custom address field value with Types shortcode [types], for example:

[types field='my-address' format='FIELD_ADDRESS'][/types]

It will output the address field as a string

Then pass it to the "WP Google Maps" plugin shortcode

https://toolset.com/documentation/customizing-sites-using-php/functions/#address
format:
Use the literals FIELD_ADDRESS, FIELD_LATITUDE and FIELD_LONGITUDE in the format to output the address