Hello, please pardon me if I’m asking dumb questions. I"m brand new to this whole thing.
I’m trying to replace the google api in my Joomla template as google now is charging for everything.
My use case is a contact form where it will key on my location and provide directions/routing/ whatever else is available.
I can use php (preferably ) jquery or js.
currently for google I have
`
<iframe width=<?php echo $width; ?> height=<?php echo $height; ?> src=“https://www.google.com/maps/embed/v1/place?key=<?php echo $api . "&q=" . $name . $address . $suburb . $state; ?>”>
How can I do this with tomtom?
Thanks in advance & God Bless