Class UserViewModel.GeoLocation
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Gets or sets an object that holds the location in the form of lattitude and longitude of the user object
public class UserViewModel.GeoLocation
- Inheritance
-
UserViewModel.GeoLocation
- Inherited Members
Properties
Lat
Gets or sets the lattitude
public double Lat { get; set; }
Property Value
Lng
Gets or sets the longitude
public double Lng { get; set; }