L'ho modificato un pò per quello che mi serve. Funziona alla grande! Grazie mille


codice:
$(window).on('load', function() {
  $.jHERE.defaultCredentials('69Dgg78qt4obQKxVbRA8', 'Nz7ilIB_v1CRwPXxgPdvuA');
  var coordinates = {latitude: city.getAttribute("lat"), longitude: city.getAttribute("lon")};
  $.jHERE.reverseGeocode(coordinates, function(location){
	$('#city').text(location.country+' - '+location.city);
  });
});
codice:
<span id="city" lat="41.9" lon="12.5"></span>