Click or drag to resize

GpsCoordinateWeb Class

Gps coordinate of a POI like a rental object, attraction, office etc.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsGpsCoordinateWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class GpsCoordinateWeb : DataContractBase

The GpsCoordinateWeb type exposes the following members.

Constructors
  NameDescription
Public methodGpsCoordinateWeb
Top
Properties
  NameDescription
Public propertyLatitude
Latitude as Decimal degrees (DD)
Public propertyLongitude
Longitude as Decimal degrees (DD)
Public propertyVerifiedDate
When was the GPS coordinate last verified. Null if it never was verified.
Top
See Also