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
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
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.
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?
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?
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.
