---
title: AppSchema.MapsIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/mapsintent
---

# AppSchema.MapsIntent

Identifies intent schemas in the maps domain.

## Declaration

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

## Topics

### Instance Properties

- [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)

## Relationships

### Inherits From

- [AppSchema.Kind](appintents/appschema/kind.md)

### Conforming Types

- [AppSchema.Intent](appintents/appschema/intent.md)

## See Also

### 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)
