Exemple #1
0
 def VideoStream():
     detail = Detail()
     detail.contact = Contact.VideoStream()
     detail.link = Link.VideoStream()
     detail.marti = Marti.VideoStream()
     detail._video = _Video.VideoStream()
     return detail
Exemple #2
0
 def GeoChat():
     detail = Detail()
     detail._chat = Chat.geochat()
     detail.link = Link.geochat()
     detail.remarks = Remarks.geochat()
     detail._serverdestination = Serverdestination.geochat()
     detail.marti = Marti.drop_point()
     return detail
Exemple #3
0
 def dropPoint():
     detail = Detail()
     detail.archive = Archive.drop_point()
     detail.status = Status.drop_point()
     detail.usericon = Usericon.drop_point()
     detail.link = Link.drop_point()
     detail.color = Color.drop_point()
     detail.precisionlocation = Precisionlocation.drop_point()
     detail.contact = Contact.drop_point()
     detail.remarks = Remarks.drop_point()
     detail.marti = Marti.drop_point()
     detail.summary = Summary.drop_point()
     return detail
Exemple #4
0
 def Other():
     detail = Detail()
     detail.marti = Marti.other()
     return detail