Class MapLocation
The map location.
Inheritance
System.Object
MapLocation
Namespace: Telerik.Blazor.Components.Map
Assembly: Telerik.Blazor.dll
Syntax
public class MapLocation : Object
Constructors
MapLocation()
Declaration
public MapLocation()
Properties
Latitude
The latitude of the location.
Declaration
public double Latitude { get; set; }
Property Value
System.Double
|
Longitude
The longitude of the location.
Declaration
public double Longitude { get; set; }
Property Value
System.Double
|