Class
MapZoomEndEventArgs

Event arguments for map zoom completion that provide updated map coordinates and the new zoom level. Contains viewport information and zoom details after a user zoom operation, essential for updating data based on the new scale and view area.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class MapZoomEndEventArgs : MapCoordinateEventArgsBase

Inheritance: objectMapCoordinateEventArgsBaseMapZoomEndEventArgs

Constructors

MapZoomEndEventArgs()

Declaration

cs-api-definition
public MapZoomEndEventArgs()

Properties

Zoom

The new zoom level value after the zoom operation completes, typically ranging from 1 (world view) to 20+ (street level). Use this value to adjust data loading, marker density, or UI elements based on the current map scale and detail level.

Declaration

cs-api-definition
public double Zoom { get; set; }

Property Value

double