---
sourceDocument: Zurich Service Management
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/service-management-for-the-enterprise

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich Service Management

ft:clusterId :

    - sm4e

bundleId :

    - sm4e

workflow :

    - Technology


---

# Campus information

# Campus information {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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 `id` is a unique id for this campus and is mapped to the database
  as the external campus id field in the campus table.

* The `entity_version` and `map_version` are the versions of the map sets, helpful when a campus has multiple map sets.
* The `location` contains WGS 84 coordinates providing the overall latitude and longitude of the campus.  
  Note:  
  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.
{#r_CampusInfo__ul_czd_2bv_lv}

