<!--
{
  "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/MapsEntity",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV10MapsEntityP"
  },
  "title" : "AppSchema.MapsEntity"
}
-->

# AppSchema.MapsEntity

Identifies entity schemas in the maps domain.

```
protocol MapsEntity : AppSchema.Kind
```

## Topics

### Instance Properties

[`var currentLocation: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/MapsEntity/currentLocation)

An entity schema for a current location.

[`var navigationSession: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/MapsEntity/navigationSession)

An entity schema for a navigation session.

[`var operatingHours: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/MapsEntity/operatingHours)

An entity schema for an operating hours.

[`var operatingTimeRange: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/MapsEntity/operatingTimeRange)

An entity schema for an operating time range.

[`var place: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/MapsEntity/place)

An entity schema for a place.

[`var rating: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/MapsEntity/rating)

An entity schema for a rating.

## Relationships

### Conforming Types

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

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