Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7935 | Rev 9779 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7935 Rev 8021
Línea 52... Línea 52...
52
            latitude: 0,
52
            latitude: 0,
53
            longitude: 0,
53
            longitude: 0,
54
            location_search: ''
54
            location_search: ''
55
        }
55
        }
Línea 56... Línea 56...
56
 
56
 
57
        obj.formatted_address = place.address_components.formatted_address
57
        obj.formatted_address = place.formatted_address
58
        obj.latitude = place.geometry?.location.lat()
58
        obj.latitude = place.geometry?.location.lat()
Línea 59... Línea 59...
59
        obj.longitude = place.geometry?.location.lng()
59
        obj.longitude = place.geometry?.location.lng()
60
 
60