DataClass
fun DataClass(displayName: String, timestampMillis: Long, imagePath: String, kmzPath: String?, location: GeoPoint?, metadata: DataClassMetadata, displayOptions: DataClassDisplayOptions)
Parameters
A
The children type.
B
A reference of the current type.
displayName
The name that will be displayed to the user.
timestampMillis
The creation date of the DataClass in milliseconds.
imagePath
The path of the DataClass' image on the server.
kmzPath
The path of the DataClass' KMZ file on the server. May be null if not applicable or non-existing.
location
The coordinates of the DataClass to show in a map.
metadata
Some metadata of the DataClass.
displayOptions
Options for displaying in the UI.