Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property limits the number of items shown on the map to enhance usability and performance. |
| What area does it affect? |
Map display settings |
| What does the default mean? |
The default value is "500", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting map data visibility or performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
google.maps.max_items |
| Sys ID |
4e453e090a0a0b54214e042b1357f8f8 |
| Type |
integer |
| Application |
Global |
| Default value |
500 |
| Description |
Maximum number of items to display on the map: |
| Updated |
2024-05-25 04:32:18 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... requests. To get the key, see https://developers.google.com/maps/ documentation/geocoding/get-api-key google.maps.key.geocoding • Google Maps key used for geocoding requests. • Default value: None Maximum number of items to display on the map google.maps.max_items • Maximum number of items to display on the map. • Default value: 500 Table used by the map. The table requires the fields: Name, Longitude, Latitude. google.maps.table • Table ...
Context preview
Snippet 2
... google.maps.longitude Starting longitude of the map. This value determines the starting longitude displayed in Google Maps. • Type: string • Default value: -95.221764 • Location: System Properties > Google Maps google.maps.max_items Maximum number of items to display on the map. This setting determines how many icons can be displayed on a map. • Type: integer • Default value: 500 • Location: ...
Context preview
Snippet 3
... product names, and logos may be trademarks of the respective companies with which they are associated. 564 Property Description ◦Type: string ◦Default value: -95.221764 ◦Location: System Properties > Google Maps google.maps.max_items Maximum number of items to display on the map. ◦Type: integer ◦Default value: 500 ◦Location: System Properties > Google Maps google.maps.table Table used by the map. The table needs the ...
Related properties