ClassMapLocation
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:
public class MapLocation
Inheritance: objectMapLocation
Constructors
MapLocation()
Declaration
public MapLocation()
Properties
Latitude
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.
Longitude
The east-west coordinate in decimal degrees, ranging from -180 to +180 degrees. Positive values indicate locations east of the Prime Meridian, while negative values indicate locations west of the Prime Meridian.