menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Coordinate - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Coordinate

    Gets or sets the latitude and longitude values that define a map location.

    Inheritance
    System.Object
    Coordinate
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Coordinate : Object

    Constructors

    Coordinate()

    Declaration
    public Coordinate()

    Properties

    Latitude

    Gets or sets the latitude value that represents a map location.

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

    A double value representing the latitude, ranging from -90 to 90.

    Remarks

    Ensure that the latitude value is within the valid range for geographical coordinates.

    Longitude

    Gets or sets the longitude value that represents a map location.

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

    A double value representing the longitude, ranging from -180 to 180.

    Remarks

    Ensure that the longitude value is within the valid range for geographical coordinates.

    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »