<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Map/mapType",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.Map/mapType"
  },
  "title" : "mapType"
}
-->

# mapType

The type of data that the map displays.

```
get mapType(): MapType;
set mapType(mapType: MapType);
```

## Discussion

The map type determines whether the map shows a standard view, a satellite view, or a hybrid view. The map type is a value of [`MapType`](/documentation/MapKitJS/MapType).

---

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)