Table of Contents

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

bool

Latitude

public double? Latitude { get; set; }

Property Value

double?

Longitude

public double? Longitude { get; set; }

Property Value

double?
To top