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 | Accepts a double value representing latitude. |
Remarks
You can change the latitude value of the location coordinate.
Longitude
Gets or sets the longitude value that represents a map location.
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value representing longitude. |
Remarks
You can change the longitude value of the location coordinate.