MapLocation
Class
Represents a geographic coordinate with latitude and longitude values for map positioning and data visualization. Provides precise location data using standard decimal degree format for accurate map marker placement and spatial calculations.
Definition
Namespace:Telerik.Blazor.Components.Map
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class MapLocation
Inheritance: objectMapLocation
Constructors
C#
public MapLocation()
Properties
The north-south coordinate in decimal degrees, ranging from -90 (South Pole) to +90 (North Pole). Positive values indicate locations north of the equator, while negative values indicate locations south of the equator.
C#
public double Latitude { get; set; }