CoordinateMapping¶
Namespace: Database.EntityFramework.Models
Stores geographic coordinates associated with postalcodes, including the time the mapping was used.
Inheritance Object → CoordinateMapping
Properties¶
LastUsed¶
Gets or sets the time the postalcode was last entered by the user.
Property Value¶
Latitude¶
Gets or sets the latitude for the location.
Property Value¶
Location¶
Gets or sets the name of the location.
Property Value¶
LockedUntil¶
Gets or sets the time until which the entry is locked.
Property Value¶
Longitude¶
Gets or sets the longitude of the location.
Property Value¶
PostalCode¶
Gets or sets the postalcode which is also the uniqe identifier.