menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MinMaxLatitudeLongitude - API Reference

    Show / Hide Table of Contents

    Class MinMaxLatitudeLongitude

    This class contains the minimum and maximum latitude and longitude coordinates of the map's visible area.

    Inheritance
    System.Object
    MinMaxLatitudeLongitude
    LoadedEventArgs
    MapPanEventArgs
    MapZoomEventArgs
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MinMaxLatitudeLongitude : Object

    Constructors

    MinMaxLatitudeLongitude()

    Declaration
    public MinMaxLatitudeLongitude()

    Properties

    MaxLatitude

    Gets the maximum latitude value from the visible map area.

    Declaration
    public double MaxLatitude { get; }
    Property Value
    Type Description
    System.Double

    MaxLongitude

    Gets the maximum longitude value from the visible map area.

    Declaration
    public double MaxLongitude { get; }
    Property Value
    Type Description
    System.Double

    MinLatitude

    Gets the minimum latitude value from the visible map area.

    Declaration
    public double MinLatitude { get; }
    Property Value
    Type Description
    System.Double

    MinLongitude

    Gets the minimum longitude value from the visible map area.

    Declaration
    public double MinLongitude { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved