Class GeoLocationData
- Namespace
- Dynamicweb.CoreUI.Editors.Inputs
- Assembly
- Dynamicweb.CoreUI.dll
public sealed record GeoLocationData : IEquatable<GeoLocationData>
- Inheritance
-
GeoLocationData
- Implements
- Inherited Members
Properties
IsCustom
public bool IsCustom { get; set; }
Property Value
Latitude
public double? Latitude { get; set; }
Property Value
Longitude
public double? Longitude { get; set; }