|
|
|
@ -60,7 +60,7 @@ open class Location : RealmObject(), Manageable, RowRepresentable { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Fill the location attributes with a place object |
|
|
|
* Fill the location attributes with a place object |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private fun setPlace(place: Place) { |
|
|
|
fun setPlace(place: Place) { |
|
|
|
this.name = place.name ?: "" |
|
|
|
this.name = place.name ?: "" |
|
|
|
this.address = place.address ?: "" |
|
|
|
this.address = place.address ?: "" |
|
|
|
this.latitude = place.latLng?.latitude |
|
|
|
this.latitude = place.latLng?.latitude |
|
|
|
|