
<script type="text/javascript">
	function getLocationConstant() {
		if (navigator.geolocation) {
			navigator.geolocation.getCurrentPosition(onGeoSuccess, onGeoError);
		} else {
			alert("Your browser or device doesn't support geolocation");
		}
	}

	// If we have a successful locality update
	function onGeoSuccess(event) {
		//    document.getElementById("latitude").value = event.coords.latitude;
		//    document.getElementById("longitude").value = event.coords.longitude;
		document.getElementById("position").value = event.coords.latitude + "," + event.coords.longitude;

	}

	// If something has gone wrong with the geolocation request
	function onGeoError(event) {
		alert("Error code " + event.code + ". " + event.message);
	}
</script>{"id":4,"count":1,"description":"","link":"https:\/\/tloust.cz\/?cat=4","name":"Novinky","slug":"novinky","taxonomy":"category","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/categories\/4","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/categories"}],"about":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/taxonomies\/category"}],"wp:post_type":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fposts&categories=4"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}