---
title: Maps
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-maps
---

# Maps

Make your navigation app’s actions available to Apple Intelligence and Siri by adopting schemas for common navigation actions.

## Overview

Overview The .maps domain defines app schemas that provide a structured representation for common navigation actions and content. Apply schemas in the .maps domain to make your app’s navigation functionality available to Apple Intelligence and Siri. Each schema defines the requirements for intents, parameters, and results so people get a consistent experience across navigation apps. For example, a person can start a route on different apps that support the startNavigation schema with the same phrases. The following table maps example phrases that apply to each schema:  |   |   |   |   |   |   |  tip: Xcode generates a template implementation when you type maps_ and select a schema from the suggestions list. For more information about making your app’s actions available to Apple Intelligence and Siri, see Apple Intelligence and Siri AI.

## Topics

### Actions

- [addNavigationWaypoints](appintents/appschema/mapsintent/addnavigationwaypoints.md)
- [reportIncident](appintents/appschema/mapsintent/reportincident.md)
- [shareETA](appintents/appschema/mapsintent/shareeta.md)
- [startNavigation](appintents/appschema/mapsintent/startnavigation.md)
- [stopNavigation](appintents/appschema/mapsintent/stopnavigation.md)
- [stopShareETA](appintents/appschema/mapsintent/stopshareeta.md)
- [AppSchema.MapsIntent](appintents/appschema/mapsintent.md)

### Content and parameter types

- [currentLocation](appintents/appschema/mapsentity/currentlocation.md)
- [navigationSession](appintents/appschema/mapsentity/navigationsession.md)
- [operatingHours](appintents/appschema/mapsentity/operatinghours.md)
- [operatingTimeRange](appintents/appschema/mapsentity/operatingtimerange.md)
- [place](appintents/appschema/mapsentity/place.md)
- [rating](appintents/appschema/mapsentity/rating.md)
- [AppSchema.MapsEntity](appintents/appschema/mapsentity.md)

### Types for static parameters

- [amenity](appintents/appschema/mapsenum/amenity.md)
- [incident](appintents/appschema/mapsenum/incident.md)
- [navigationPreferences](appintents/appschema/mapsenum/navigationpreferences.md)
- [operatingStatus](appintents/appschema/mapsenum/operatingstatus.md)
- [priceRange](appintents/appschema/mapsenum/pricerange.md)
- [ratingDescriptor](appintents/appschema/mapsenum/ratingdescriptor.md)
- [transportType](appintents/appschema/mapsenum/transporttype.md)
- [AppSchema.MapsEnum](appintents/appschema/mapsenum.md)

## See Also

### Primary domains

- [Audio](appintents/app-schema-domain-audio.md)
- [Calendar](appintents/app-schema-domain-calendar.md)
- [Camera](appintents/app-schema-domain-camera.md)
- [Clock](appintents/app-schema-domain-clock.md)
- [Files](appintents/app-schema-domain-files.md)
- [Mail](appintents/app-schema-domain-mail.md)
- [Messages](appintents/app-schema-domain-messages.md)
- [Notes](appintents/app-schema-domain-notes.md)
- [Phone](appintents/app-schema-domain-phone.md)
- [Photos](appintents/app-schema-domain-photos.md)
- [Reminders](appintents/app-schema-domain-reminders.md)
- [System and in-app search](appintents/app-schema-domain-system-and-in-app-search.md)
