---
title: includePhysicalFeatures
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/search/includephysicalfeatures
---

# includePhysicalFeatures

A Boolean value that indicates whether the search results include physical features, such as mountain ranges, rivers, and ocean basins.

## Declaration

```data
get includePhysicalFeatures(): boolean;
set includePhysicalFeatures(value: boolean);
```
