Class GeolocationViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
GeolocationViewModel represents the rendering context used when a geolocation is rendered.
public class GeolocationViewModel : ViewModelBase
- Inheritance
-
GeolocationViewModel
- Inherited Members
Constructors
GeolocationViewModel()
Initializes a new instance of the GeolocationViewModel class.
public GeolocationViewModel()
Properties
Latitude
Gets or sets the latitude.
public double Latitude { get; set; }
Property Value
- double
The latitude.
Longitude
Gets or sets the longitude.
public double Longitude { get; set; }
Property Value
- double
The longitude.