Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/09/2014, 12:54
Gerrer0
 
Fecha de Ingreso: abril-2014
Mensajes: 12
Antigüedad: 10 años
Puntos: 0
Respuesta: GEO Location API - Text field

crea esta funcion :

function actualizartext(latLng)
{

jQuery('#latitude').val(latLng.lat());
jQuery('#longitude').val(latLng.lng());

}

prueba eso y llama a la función "actualizartext();"