Class GeoLocationData NamespaceDynamicweb.CoreUI.Editors.Inputs AssemblyDynamicweb.CoreUI.dll public sealed record GeoLocationData : IEquatable<GeoLocationData> Inheritance object GeoLocationData Implements IEquatable<GeoLocationData> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Properties IsCustom public bool IsCustom { get; set; } Property Value bool Latitude public double? Latitude { get; set; } Property Value double? Longitude public double? Longitude { get; set; } Property Value double?