Campus information
Sample code for campus and map set properties.
"entity_version": 1,
"id": 23641,
"languages": [
"en"
],
"location": {
"coordinates": [
-117.20527,
32.882205
],
"type": "Point"
},
"map_version": 1,
"obj_type": "CommunityMap",
"properties": {
"city": "San Diego",
"com_type": "Business Campus",
"country": "US",
"default_lang": "en",
"name": "ServiceNow - San Diego Campus",
"postal code": "92121",
"state": "CA",
"street address": "4810 Eastgate Mall"
}The
idis a unique id for this campus and is mapped to the database as the external campus id field in the campus table.- The
entity_versionandmap_versionare the versions of the map sets, helpful when a campus has multiple map sets. - The
locationcontains WGS 84 coordinates providing the overall latitude and longitude of the campus.주:Latitude and Longitude are set at the Campus level only. - Other data provides the name and address of the campus and is used to create a location in the location table for the campus.