---
id: gravityview-maps-viewport-loading-initial-limit
title: "Filter - gravityview/maps/viewport-loading/initial-limit"
sidebar_label: "gravityview/maps/viewport-loading/initial-limit"
tags:
  - "3.10.0"
---

# Filter: gravityview/maps/viewport-loading/initial-limit

How many entries a viewport Map View's initial page loads (markers load via REST). The entries themselves are not displayed, so a small number keeps the page fast. This caps the SQL row count only; page_size and the total count are unchanged.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $limit | `int` | Default: 25. |
| $view | `\View` | The View. |

### Since

- 3.10.0

### Source

Defined in `src/Search_Filter.php` at line 346

