Example #1
0
 /// <summary>
 /// Increases the zoom level by one notch.
 ///
 /// If <c>shift</c> is held down, increases it by three.
 /// </summary>
 public async Task ZoomIn(MouseEventArgs e) => await LeafletInterops.ZoomIn(_jsRuntime, Id, e);