Create a map page
-
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Navigation and UI
Your ServiceNow instance provides several default map pages. You can also create custom map pages with the script examples described in this page.
Before you begin
Role required: admin
About this task
Procedure
Related Content
- Set up Google Maps API
You enable the geolocation feature using the appropriate entries from a Google Maps API for Business license, or a Google Maps JavaScript API Key.
- Create a map page module
You can create a new application module for desktop or smartphone users to display a Google map page.
- Create an advanced Map Page
Use advanced configuration to set up Map Pages without scripting.
- Set map application scope
Enable map application scope to specify which application can modify your Map Page configuration.
- Create a smartphone map page module
You can create a custom smartphone module that links directly to a map page.
- Scripting for map pages
The Script field on the Map Page form allows the use of attributes or custom code to define map characteristics, such as marker appearance, display information, and more.