<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/MapsIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV10MapsIntentP"
  },
  "title" : "AppSchema.MapsIntent"
}
-->

# AppSchema.MapsIntent

Identifies intent schemas in the maps domain.

```
protocol MapsIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var reportIncident: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MapsIntent/reportIncident)

An intent schema that reports a traffic incident on the route.

[`var shareETA: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MapsIntent/shareETA)

An intent schema that shares ETA to a contact while navigating.

[`var startNavigation: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MapsIntent/startNavigation)

An intent schema that starts navigation.

[`var stopNavigation: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MapsIntent/stopNavigation)

An intent schema that ends navigation.

[`var stopShareETA: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MapsIntent/stopShareETA)

An intent schema that stops sharing ETA.

[`var updateNavigationWaypoints: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MapsIntent/updateNavigationWaypoints)

An intent schema that updates the list of waypoints for a navigation session.

## Relationships

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)