Skip Navigation

[Resolved] THIS PAGE CAN’T LOAD GOOGLE MAPS CORRECTLY

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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 2 replies, has 1 voice.

Last updated by Kenneth Horn 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2826477

Tell us what you are trying to do?
Getting message - This page can't load Google Maps correctly on all maps
Is there any documentation that you are following?
No
Is there a similar example that we can see?
hidden link
What is the link to your site?

Also - Watermark on map says This Map for Development Purposes Only

#2826572

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As I understand - you are using Toolset maps plugin and you want to display the map.

Can you please make sure you registere the Google Map API key.
- https://toolset.com/course-lesson/creating-a-maps-api-key/

#2826638

Had to do with payment source on the Google Maps platform. However I am now wanting to limit expense and would like to use coordinates to avoid geocoding expense. I have created two fields "location-latitude" and "location-longitude" and have populated them with the coordinates for a marker location. What is the correct syntax to replace the ** marker_field='wpcf-location-map-address'] ** attribute int he map marker shortcode with coordinates to generate the marker?

#2826666

Got it working by exchanging the legacy Views code parameter of marker_field='wpcf-location-map-address'] to >> lat='[types field="location-latitude"][/types]' lon='[types field="location-longitude"][/types]'] - Works as desired.