I need to get the data that is in json format example:
{"latitude": "-3,3462, -60,6790"}
I need to display the results time in type every 5 seconds and move to the javascript without giving refresh on the page.
javascript
var testMarker = L.marker([-3.3462, -60.6790],{icon: orangeIcon}).bindPopup('Kedson<br>Visto: 12:00pm');