
<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":1,"name":"Zm\u00e1\u0165a","url":"https:\/\/tloust.cz\/","description":"","link":"https:\/\/tloust.cz\/?author=1","slug":"tomas","avatar_urls":{"24":"https:\/\/secure.gravatar.com\/avatar\/d197dfc2dd6478b50983c4ab0a89c4695816ada81c9e5b91b681c41c1a8c5506?s=24&d=mm&r=g","48":"https:\/\/secure.gravatar.com\/avatar\/d197dfc2dd6478b50983c4ab0a89c4695816ada81c9e5b91b681c41c1a8c5506?s=48&d=mm&r=g","96":"https:\/\/secure.gravatar.com\/avatar\/d197dfc2dd6478b50983c4ab0a89c4695816ada81c9e5b91b681c41c1a8c5506?s=96&d=mm&r=g"},"meta":[],"_links":{"self":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/users\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tloust.cz\/index.php?rest_route=\/wp\/v2\/users"}]}}