Table of Contents

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()
See Also

Properties

Latitude

Gets or sets the latitude.
public double Latitude { get; set; }

Property Value

double
The latitude.
See Also

Longitude

Gets or sets the longitude.
public double Longitude { get; set; }

Property Value

double
The longitude.
See Also

See Also

To top