PlaceDisplayProperties (JSON)
A set of display properties for places for the convenience of quick display, such as for
a Web-based application. All display properties are provided in the default locale for the current
application context and are NOT considered canonical for the purposes of data exchange.
Properties
Name |
Type |
Description |
|
name |
string
|
The displayable name of the place. |
|
fullName |
string
|
The displayable full name of the place. |
|
type |
string
|
The displayable type of the place. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
{
"name" : "...",
"fullName" : "...",
"type" : "...",
"id" : "..."
}