ChronoForms maps with markers

info@domitel.be 02 May, 2019
Hi everyone,

Does someone already done it, or is it possible to "Just out of the box" create a Google map with markers and filter the markers with chronoForms like the mymaps plugin?

What i +/- want https://www.demo-joomunited.com/my-maps-location/location-search

Thanks
healyhatman 02 May, 2019
The google map widget takes an array of placeid's and labels, like this one I made in PHP
return array(array("id" => "ChIJwYk7-348c2sR2li3SSlMkU8", "content" => "This is the label"));
So you could have those all stored in the database and filter them however you want.
info@domitel.be 05 May, 2019
Thanks healyhatman,

the only thing is: what you suggest is wit a id, but i want to do it on lang/latitude.

The thing you suggest is for stores who are known by google or am i wrong?
healyhatman 05 May, 2019
Nearly every spot on the planet has a place ID. The maps widget included with CF doesn't take lat/Lang but you can get your ID from https://developers.google.com/places/place-id
This topic is locked and no more replies can be posted.