Table of Contents

Class UserViewModel.GeoLocation

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Gets or sets an object that holds the location in the form of latitude and longitude of the user object

public class UserViewModel.GeoLocation
Inheritance
UserViewModel.GeoLocation
Inherited Members

Properties

Lat

Gets or sets the latitude

public double Lat { get; set; }

Property Value

double

Lng

Gets or sets the longitude

public double Lng { get; set; }

Property Value

double
To top