Marker display and Zoom on "Map"

Hello everyone,

I'm coming to you with a small question about Ignition's “Map”, and more specifically about zooms.

I'd like some markers to be visible only when my current zoom is equal to or greater than 13, for example.

However, I can't find the parameter that contains the current zoom value.

{currentzoomvalue???} >= 13

I think I'm on the right track by playing with enabled according to the current zoom value, but I can't find it.

Thanks in advance!

Looks like there's a function to get the current zoom level:

Example expression binding that updates once a second (I put it on a custom property, which then you could use in multiple places easily).

runScript('self.getZoom', 1000)