StreetNote Data Type

Implemented Interfaces
Serializable
Properties
name data type description
note I18NString
descriptionText I18NString
effectiveStartDate number
effectiveEndDate number
url string

Example

{
  "note" : { },
  "descriptionText" : { },
  "effectiveStartDate" : 12345,
  "effectiveEndDate" : 12345,
  "url" : "..."
}